Skip to content

Commit fa4405e

Browse files
committed
fix: codecov
Signed-off-by: Valery Piashchynski <[email protected]>
1 parent 847570f commit fa4405e

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
@@ -83,13 +83,12 @@ jobs:
8383
- name: Download code coverage results
8484
uses: actions/download-artifact@v5
8585
- run: |
86-
cd coverage
8786
echo 'mode: atomic' > summary.txt
8887
tail -q -n +2 *.out >> summary.txt
8988
sed -i '2,${/roadrunner/!d}' summary.txt
9089
9190
- name: upload to codecov
9291
uses: codecov/codecov-action@v5 # Docs: <https://github.com/codecov/codecov-action>
9392
with:
94-
files: ./coverage/summary.txt
93+
files: summary.txt
9594
fail_ci_if_error: false

0 commit comments

Comments
 (0)