Skip to content

Commit 70c3099

Browse files
authored
Don't allow coverage steps to influence the test status
1 parent dcc920d commit 70c3099

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ jobs:
4444
- uses: julia-actions/julia-runtest@latest
4545
continue-on-error: ${{ matrix.version == 'nightly' }}
4646
- uses: julia-actions/julia-processcoverage@v1
47+
continue-on-error: true
4748
- uses: codecov/codecov-action@v1
49+
continue-on-error: true
4850
with:
4951
file: ./lcov.info
5052
flags: unittests

0 commit comments

Comments
 (0)