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 0017516 commit a7808d3Copy full SHA for a7808d3
.github/workflows/CI.yml
@@ -45,6 +45,6 @@ jobs:
45
env:
46
GROUP: ${{ matrix.group }}
47
- uses: julia-actions/julia-processcoverage@v1
48
- - uses: codecov/codecov-action@v2
+ - uses: codecov/codecov-action@v3
49
with:
50
files: lcov.info
.github/workflows/Documentation.yml
@@ -26,6 +26,6 @@ jobs:
26
DATADEPS_ALWAYS_ACCEPT: true
27
run: julia --code-coverage=user --project=docs/ --color=yes docs/make.jl
28
29
30
31
0 commit comments