diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a8d95ed..838bc63 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,4 +53,4 @@ jobs: with: files: coverage.out flags: unittests - fail_ci_if_error: false + fail_ci_if_error: true diff --git a/codecov.yml b/codecov.yml index c02eb39..5f769a4 100644 --- a/codecov.yml +++ b/codecov.yml @@ -3,14 +3,14 @@ coverage: project: default: target: auto - threshold: 75% + threshold: 90% base: auto patch: default: target: auto - threshold: 75% + threshold: 90% base: auto codecov: - require_ci_to_pass: false + require_ci_to_pass: true disable_default_path_fixes: true