There was an error while loading. Please reload this page.
1 parent b876e00 commit 69d126cCopy full SHA for 69d126c
1 file changed
.github/workflows/coverage-linux.yml
@@ -67,8 +67,3 @@ jobs:
67
# Clean temporary output from gcov and c8, so that it's not uploaded:
68
- name: Clean tmp
69
run: rm -rf coverage/tmp && rm -rf out
70
- - name: Upload
71
- uses: codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1
72
- with:
73
- directory: ./coverage
74
- token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments