We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53e3fd1 commit 9fd28ebCopy full SHA for 9fd28eb
1 file changed
.github/workflows/linux.yml
@@ -108,13 +108,12 @@ jobs:
108
- name: Download code coverage results
109
uses: actions/download-artifact@v4
110
- run: |
111
- cd coverage
112
echo 'mode: atomic' > summary.txt
113
tail -q -n +2 *.out >> summary.txt
114
sed -i '2,${/roadrunner/!d}' summary.txt
115
116
- name: upload to codecov
117
uses: codecov/codecov-action@v4 # Docs: <https://github.com/codecov/codecov-action>
118
with:
119
- file: ./coverage/summary.txt
+ file: summary.txt
120
fail_ci_if_error: false
0 commit comments