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 5963b5d + 77d0ddd commit b7662feCopy full SHA for b7662fe
.github/workflows/CI.yml
@@ -37,6 +37,6 @@ jobs:
37
env:
38
GROUP: ${{ matrix.group }}
39
- uses: julia-actions/julia-processcoverage@v1
40
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
41
with:
42
- file: lcov.info
+ files: lcov.info
.github/workflows/Documentation.yml
@@ -24,6 +24,6 @@ jobs:
24
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key
25
run: julia --project=docs/ --code-coverage=user docs/make.jl
26
27
28
29
0 commit comments