diff --git a/codecov.yml b/codecov.yml index eedb41aad..df8694f03 100644 --- a/codecov.yml +++ b/codecov.yml @@ -19,7 +19,10 @@ coverage: if_ci_failed: ignore # require the CI to pass before setting the status patch: default: - informational: true + target: 85% # specify the target coverage for each commit status + # option: "auto" (compare against parent commit or pull request base) + # option: "X%" a static target percentage to hit + threshold: 0% # allow the coverage drop by x% before marking as failure comment: layout: "header, files, footer" hide_project_coverage: false