Skip to content

Commit da4f653

Browse files
committed
fix: codecov
Signed-off-by: Valery Piashchynski <piashchynski.valery@gmail.com>
1 parent 631971b commit da4f653

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/linux.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,12 @@ jobs:
8989
- name: Download code coverage results
9090
uses: actions/download-artifact@v5
9191
- run: |
92-
cd coverage
9392
echo 'mode: atomic' > summary.txt
9493
tail -q -n +2 *.out >> summary.txt
9594
sed -i '2,${/roadrunner/!d}' summary.txt
9695
9796
- name: upload to codecov
9897
uses: codecov/codecov-action@v5 # Docs: <https://github.com/codecov/codecov-action>
9998
with:
100-
files: ./coverage/summary.txt
99+
files: summary.txt
101100
fail_ci_if_error: false

0 commit comments

Comments
 (0)