Skip to content

Commit 041fa99

Browse files
authored
Allow CI to pass even if the processcoverage step fails
1 parent 5fb0b9d commit 041fa99

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/UnitTests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ jobs:
7171
7272
- uses: julia-actions/julia-runtest@v1
7373
- uses: julia-actions/julia-processcoverage@v1
74+
# Allow CI to pass even if the `processcoverage` step fails:
75+
continue-on-error: true
7476
- uses: codecov/codecov-action@v5
7577
with:
7678
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)