Skip to content

Commit de32ce9

Browse files
Allow base_coverage job to fail
If there is a problem on master then base_coverage will never pass meaning that coverage will never be run.
1 parent bc19385 commit de32ce9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55

66
jobs:
77
base_coverage:
8+
continue-on-error: true
89
runs-on: ubuntu-latest
910
steps:
1011
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)