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.
2 parents a9530fb + 1731333 commit 92d03d1Copy full SHA for 92d03d1
.github/workflows/Documentation.yml
@@ -28,3 +28,5 @@ jobs:
28
- uses: codecov/codecov-action@v4
29
with:
30
file: lcov.info
31
+ token: ${{ secrets.CODECOV_TOKEN }}
32
+ fail_ci_if_error: true
0 commit comments