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 99c8364 commit da9c771Copy full SHA for da9c771
.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.1.1
+ - uses: codecov/codecov-action@v5.1.2
53
with:
54
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
55
file: ${{github.workspace}}/build/test/coverage.info # optional
0 commit comments