diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 000000000..43f18be55 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,11 @@ +coverage: + status: + project: + default: + target: auto + # this allows a drop from the previous base commit coverage + threshold: 0.5% + patch: + default: + # New code must have a 90% coverage + target: 90%