Skip to content

Commit c762612

Browse files
committed
Merge branch 'main' of github.com:JuliaImageRecon/AbstractImageReconstruction.jl
2 parents 30cf93a + 29794b0 commit c762612

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,11 @@ jobs:
4949
- uses: julia-actions/julia-buildpkg@v1
5050
- uses: julia-actions/julia-runtest@v1
5151
- uses: julia-actions/julia-processcoverage@v1
52-
- uses: codecov/codecov-action@v5
52+
- uses: codecov/codecov-action@v4
5353
with:
54-
file: lcov.info
54+
files: lcov.info
55+
token: ${{ secrets.CODECOV_TOKEN }}
56+
fail_ci_if_error: false
5557

5658
docs:
5759
name: Documentation

0 commit comments

Comments
 (0)