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 a3262a0 commit dca12e1Copy full SHA for dca12e1
.github/workflows/ci-future.yml
@@ -42,6 +42,8 @@ jobs:
42
- uses: julia-actions/julia-buildpkg@v1
43
- uses: julia-actions/julia-runtest@v1
44
- uses: julia-actions/julia-processcoverage@v1
45
- - uses: codecov/codecov-action@v1
+ - uses: codecov/codecov-action@v4
46
with:
47
+ fail_ci_if_error: true
48
file: lcov.info
49
+ token: ${{ secrets.CODECOV_TOKEN }}
.github/workflows/ci.yml
@@ -47,6 +47,8 @@ jobs:
50
51
52
53
54
0 commit comments