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 07e2a8f + e36dbbf commit c90e884Copy full SHA for c90e884
.github/workflows/Documentation.yml
@@ -23,6 +23,6 @@ jobs:
23
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key
24
run: julia --project=docs/ --code-coverage=user docs/make.jl
25
- uses: julia-actions/julia-processcoverage@v1
26
- - uses: codecov/codecov-action@v1
+ - uses: codecov/codecov-action@v3
27
with:
28
file: lcov.info
.github/workflows/Downstream.yml
@@ -49,6 +49,6 @@ jobs:
49
exit(0) # Exit immediately, as a success
50
end
51
52
53
54
0 commit comments