Skip to content

Commit 7a69e77

Browse files
committed
fix: codecov
1 parent b76ae80 commit 7a69e77

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,12 @@ jobs:
8585
- name: Download code coverage results
8686
uses: actions/download-artifact@v5
8787
- run: |
88-
cd coverage
8988
echo 'mode: atomic' > summary.txt
9089
tail -q -n +2 *.out >> summary.txt
9190
sed -i '2,${/roadrunner/!d}' summary.txt
9291
9392
- name: upload to codecov
9493
uses: codecov/codecov-action@v5 # Docs: <https://github.com/codecov/codecov-action>
9594
with:
96-
files: ./coverage/summary.txt
95+
files: summary.txt
9796
fail_ci_if_error: false

0 commit comments

Comments
 (0)