Skip to content

Commit

Permalink
Don't fail CI for coverage-related reasons.
Browse files Browse the repository at this point in the history
  • Loading branch information
vsajip committed May 6, 2022
1 parent d074f06 commit 83ad603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:
with:
flags: unittests
files: coverage.xml
fail_ci_if_error: true
fail_ci_if_error: false

0 comments on commit 83ad603

Please sign in to comment.