diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 838bc63..a8d95ed 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: true + fail_ci_if_error: false diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..c02eb39 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,16 @@ +coverage: + status: + project: + default: + target: auto + threshold: 75% + base: auto + patch: + default: + target: auto + threshold: 75% + base: auto + +codecov: + require_ci_to_pass: false + disable_default_path_fixes: true