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 6a7fb8c + f3f02b4 commit 7e3b978Copy full SHA for 7e3b978
.github/workflows/CI.yml
@@ -62,7 +62,7 @@ jobs:
62
- uses: julia-actions/julia-buildpkg@latest
63
- uses: julia-actions/julia-runtest@latest
64
- uses: julia-actions/julia-processcoverage@v1
65
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
66
with:
67
token: ${{ secrets.CODECOV_TOKEN }}
68
fail_ci_if_error: false # or true if you want CI to fail when Codecov fails
0 commit comments