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 44d9e7a + a7ed0c9 commit ca8f817Copy full SHA for ca8f817
1 file changed
.github/workflows/documentation.yml
@@ -24,7 +24,7 @@ jobs:
24
GKSwstype: "100" # no output on headless systems
25
run: julia --project=docs/ --code-coverage=user docs/make.jl
26
- uses: julia-actions/julia-processcoverage@v1
27
- - uses: codecov/codecov-action@v5
+ - uses: codecov/codecov-action@v6
28
with:
29
files: lcov.info
30
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments