Skip to content

Commit fbaeb90

Browse files
committed
include the continue-on-error flag for codecov
1 parent a80f2ad commit fbaeb90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
- uses: julia-actions/julia-runtest@v1
4545
- uses: julia-actions/julia-processcoverage@v1
4646
- uses: codecov/codecov-action@v2
47+
continue-on-error: true
4748
with:
4849
files: lcov.info
4950
fail_ci_if_error: false

0 commit comments

Comments
 (0)