We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 847570f commit fa4405eCopy full SHA for fa4405e
.github/workflows/linux.yml
@@ -83,13 +83,12 @@ jobs:
83
- name: Download code coverage results
84
uses: actions/download-artifact@v5
85
- run: |
86
- cd coverage
87
echo 'mode: atomic' > summary.txt
88
tail -q -n +2 *.out >> summary.txt
89
sed -i '2,${/roadrunner/!d}' summary.txt
90
91
- name: upload to codecov
92
uses: codecov/codecov-action@v5 # Docs: <https://github.com/codecov/codecov-action>
93
with:
94
- files: ./coverage/summary.txt
+ files: summary.txt
95
fail_ci_if_error: false
0 commit comments