Skip to content

Commit

Permalink
Enable failure on code coverage uploads
Browse files Browse the repository at this point in the history
Signed-off-by: Willem Pienaar <git@willem.co>
  • Loading branch information
woop committed Jun 9, 2021
1 parent f270566 commit 008a9ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ jobs:
files: ./coverage.xml
flags: integrationtests
env_vars: OS,PYTHON
fail_ci_if_error: false
fail_ci_if_error: true
verbose: true
2 changes: 1 addition & 1 deletion .github/workflows/pr_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ jobs:
files: ./coverage.xml
flags: integrationtests
env_vars: OS,PYTHON
fail_ci_if_error: false
fail_ci_if_error: true
verbose: true
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
files: ./coverage.xml
flags: unittests
env_vars: OS,PYTHON
fail_ci_if_error: false
fail_ci_if_error: true
verbose: true

unit-test-go:
Expand Down

0 comments on commit 008a9ea

Please sign in to comment.