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 d2338c3 commit 720bd81Copy full SHA for 720bd81
.github/workflows/Code_Coverage.yml
@@ -49,7 +49,7 @@ jobs:
49
working-directory: ${{github.workspace}}/build/test
50
run: lcov --capture --directory .. --output-file coverage.info
51
52
- - uses: codecov/codecov-action@v5.0.2
+ - uses: codecov/codecov-action@v5.0.7
53
with:
54
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
55
file: ${{github.workspace}}/build/test/coverage.info # optional
0 commit comments