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 d37e6d7 commit 264f81cCopy full SHA for 264f81c
.github/workflows/CI.yml
@@ -38,6 +38,6 @@ jobs:
38
env:
39
GROUP: ${{ matrix.group }}
40
- uses: julia-actions/julia-processcoverage@v1
41
- - uses: codecov/codecov-action@v3
+ - uses: codecov/codecov-action@v4
42
with:
43
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