diff --git a/codecov.yml b/codecov.yml index dd0f150..6b9bd17 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,11 +1,18 @@ # Run to check if valid # curl --data-binary @codecov.yml https://codecov.io/validate +codecov: + require_ci_to_pass: no + coverage: status: project: default: - target: 85% - threshold: 1% - patch: off + # Require 1% coverage, i.e., always succeed + target: 1 + patch: false + changes: false -ignore: +comment: + layout: diff, flags, files + behavior: once + require_base: no