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 a70467d + 6a50505 commit fea8255Copy full SHA for fea8255
.github/workflows/CI.yml
@@ -40,6 +40,6 @@ jobs:
40
- uses: julia-actions/julia-buildpkg@v1
41
- uses: julia-actions/julia-runtest@v1
42
- uses: julia-actions/julia-processcoverage@v1
43
- - uses: codecov/codecov-action@v1
+ - uses: codecov/codecov-action@v3
44
with:
45
file: lcov.info
.github/workflows/Documentation.yml
@@ -24,6 +24,6 @@ jobs:
24
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key
25
run: julia --project=docs/ --code-coverage=user docs/make.jl
26
27
28
29
0 commit comments