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