Skip to content

Commit 9785f57

Browse files
committed
fix: continue on err if code cov fails as it is not critical
1 parent e921719 commit 9785f57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
if: github.event_name == 'pull_request' # Do not run when workflow is triggered by push to main branch
4949
runs-on: ubuntu-latest
5050
needs: test
51+
continue-on-error: true # not critical
5152
permissions:
5253
contents: read
5354
actions: read # to download code coverage results from "test" job

0 commit comments

Comments
 (0)