We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81a37e4 commit d17db37Copy full SHA for d17db37
codecov.yml
@@ -19,7 +19,10 @@ coverage:
19
if_ci_failed: ignore # require the CI to pass before setting the status
20
patch:
21
default:
22
- informational: true
+ target: 85% # specify the target coverage for each commit status
23
+ # option: "auto" (compare against parent commit or pull request base)
24
+ # option: "X%" a static target percentage to hit
25
+ threshold: 0% # allow the coverage drop by x% before marking as failure
26
comment:
27
layout: "header, files, footer"
28
hide_project_coverage: false
0 commit comments