We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 631971b commit da4f653Copy full SHA for da4f653
1 file changed
.github/workflows/linux.yml
@@ -89,13 +89,12 @@ jobs:
89
- name: Download code coverage results
90
uses: actions/download-artifact@v5
91
- run: |
92
- cd coverage
93
echo 'mode: atomic' > summary.txt
94
tail -q -n +2 *.out >> summary.txt
95
sed -i '2,${/roadrunner/!d}' summary.txt
96
97
- name: upload to codecov
98
uses: codecov/codecov-action@v5 # Docs: <https://github.com/codecov/codecov-action>
99
with:
100
- files: ./coverage/summary.txt
+ files: summary.txt
101
fail_ci_if_error: false
0 commit comments