Skip to content

Commit

Permalink
prettier#7893 Disable CI Failure on coverage error.
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Mar 28, 2020
1 parent 605e57d commit d53d628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-test.yml
Expand Up @@ -53,4 +53,4 @@ jobs:
if: matrix.ENABLE_CODE_COVERAGE
with:
file: ./coverage/lcov.info
fail_ci_if_error: true
fail_ci_if_error: false

0 comments on commit d53d628

Please sign in to comment.