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 2fe5899 + a7808d3 commit b613a6fCopy full SHA for b613a6f
.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