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 fd2af85 commit d5fc49bCopy full SHA for d5fc49b
.github/workflows/code-coverage.yml
@@ -30,5 +30,6 @@ jobs:
30
- working-directory: build/
31
run: ctest --output-on-failure
32
33
- - working-directory: build/
34
- run: bash <(curl -s https://codecov.io/bash)
+ - uses: codecov/codecov-action@v5
+ with:
35
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments