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 954534a + e8f6fde commit 1a24034Copy full SHA for 1a24034
.github/workflows/CI.yml
@@ -41,6 +41,8 @@ jobs:
41
- uses: codecov/codecov-action@v4
42
with:
43
file: lcov.info
44
+ token: ${{ secrets.CODECOV_TOKEN }}
45
+ fail_ci_if_error: true
46
- uses: coverallsapp/github-action@master
47
48
github-token: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/Documentation.yml
@@ -27,3 +27,5 @@ jobs:
27
28
29
30
31
0 commit comments