Skip to content

Commit

Permalink
Ensure code coverage failure does not fail build.
Browse files Browse the repository at this point in the history
  • Loading branch information
timmytonyboots committed Oct 3, 2024
1 parent 47df49d commit a95b756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
with:
file: ./coverage/coverage-final.json
flags: unittests
fail_ci_if_error: true
fail_ci_if_error: false

0 comments on commit a95b756

Please sign in to comment.