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 7de18d4 commit 6a6788fCopy full SHA for 6a6788f
.github/workflows/CI.yml
@@ -55,7 +55,9 @@ jobs:
55
- uses: julia-actions/julia-processcoverage@v1
56
- uses: codecov/codecov-action@v5
57
with:
58
- file: lcov.info
+ files: lcov.info
59
+ token: ${{ secrets.CODECOV_TOKEN }}
60
+ fail_ci_if_error: true
61
62
docs:
63
name: Documentation
.github/workflows/JuliaNightly.yml
@@ -35,4 +35,6 @@ jobs:
35
36
37
38
39
40
0 commit comments