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 4ec5dec commit e48d119Copy full SHA for e48d119
.github/workflows/CI.yml
@@ -43,6 +43,6 @@ jobs:
43
- uses: julia-actions/julia-buildpkg@v1
44
- uses: julia-actions/julia-runtest@v1
45
- uses: julia-actions/julia-processcoverage@v1
46
- - uses: codecov/codecov-action@v3
+ - uses: codecov/codecov-action@v4
47
with:
48
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