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 e0b22f8 commit f6d581cCopy full SHA for f6d581c
.github/workflows/Documentation.yml
@@ -31,7 +31,7 @@ jobs:
31
JULIA_DEBUG: "Documenter"
32
run: DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --project=docs/ --code-coverage=user docs/make.jl
33
- uses: julia-actions/julia-processcoverage@v1
34
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
35
with:
36
file: lcov.info
37
token: ${{ secrets.CODECOV_TOKEN }}
.github/workflows/Downstream.yml
@@ -68,7 +68,7 @@ jobs:
68
exit(0) # Exit immediately, as a success
69
end
70
71
72
73
74
0 commit comments