diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 00000000..4b9888c5 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,12 @@ +coverage: + status: + # Overall project status: https://docs.codecov.com/docs/commit-status#project-status + project: + default: + target: auto + threshold: 1% # Allow 1% drop in coverage + # Status of the PR/commit: https://docs.codecov.com/docs/commit-status#patch-status + patch: + default: + target: 80% + threshold: 0%