We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21b8ac8 commit 064cdddCopy full SHA for 064cddd
1 file changed
.github/workflows/CI.yml
@@ -42,7 +42,9 @@ jobs:
42
- uses: julia-actions/julia-processcoverage@v1
43
- uses: codecov/codecov-action@v5
44
with:
45
- file: lcov.info
+ token: ${{ secrets.CODECOV_TOKEN }} # required
46
+ fail_ci_if_error: true
47
+ files: lcov.info
48
docs:
49
name: Documentation
50
runs-on: ubuntu-latest
0 commit comments