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 85b4120 + 62d1402 commit 2965523Copy full SHA for 2965523
.github/workflows/CI.yml
@@ -38,6 +38,6 @@ jobs:
38
- uses: julia-actions/julia-buildpkg@v1
39
- uses: julia-actions/julia-runtest@v1
40
- uses: julia-actions/julia-processcoverage@v1
41
- - uses: codecov/codecov-action@v3
+ - uses: codecov/codecov-action@v4
42
with:
43
file: 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