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 6f6c481 commit b42c2b0Copy full SHA for b42c2b0
.github/workflows/CI.yml
@@ -45,4 +45,6 @@ jobs:
45
- uses: julia-actions/julia-processcoverage@v1
46
- uses: codecov/codecov-action@v4
47
with:
48
- file: lcov.info
+ # file: lcov.info
49
+ token: ${{ secrets.CODECOV_TOKEN }}
50
+ fail_ci_if_error: false # or true if you want CI to fail when Codecov fails
0 commit comments