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 af11fe4 + dd9f094 commit 79b83a3Copy full SHA for 79b83a3
.github/workflows/Documentation.yml
@@ -25,6 +25,6 @@ jobs:
25
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key
26
run: julia --project=docs/ --code-coverage=user docs/make.jl
27
- uses: julia-actions/julia-processcoverage@v1
28
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
29
with:
30
- file: lcov.info
+ files: lcov.info
0 commit comments