Skip to content

Commit 9fd28eb

Browse files
committed
fix: codecov
1 parent 53e3fd1 commit 9fd28eb

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
@@ -108,13 +108,12 @@ jobs:
108108
- name: Download code coverage results
109109
uses: actions/download-artifact@v4
110110
- run: |
111-
cd coverage
112111
echo 'mode: atomic' > summary.txt
113112
tail -q -n +2 *.out >> summary.txt
114113
sed -i '2,${/roadrunner/!d}' summary.txt
115114
116115
- name: upload to codecov
117116
uses: codecov/codecov-action@v4 # Docs: <https://github.com/codecov/codecov-action>
118117
with:
119-
file: ./coverage/summary.txt
118+
file: summary.txt
120119
fail_ci_if_error: false

0 commit comments

Comments
 (0)