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 fe9c78f + ffe5a82 commit 1ecdb24Copy full SHA for 1ecdb24
.github/workflows/CI.yml
@@ -33,7 +33,7 @@ jobs:
33
- uses: julia-actions/julia-buildpkg@v1
34
- uses: julia-actions/julia-runtest@v1
35
- uses: julia-actions/julia-processcoverage@v1
36
- - uses: codecov/codecov-action@v3
+ - uses: codecov/codecov-action@v4
37
with:
38
file: lcov.info
39
- uses: coverallsapp/github-action@master
.github/workflows/Documentation.yml
@@ -24,7 +24,7 @@ jobs:
24
GKSwstype: "100" # https://discourse.julialang.org/t/generation-of-documentation-fails-qt-qpa-xcb-could-not-connect-to-display/60988
25
run: julia --project=docs/ --code-coverage=user docs/make.jl
26
27
28
29
30
0 commit comments