diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..3418f88 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,11 @@ +coverage: + status: + project: + default: + target: auto + threshold: 1% + patch: + default: + target: 75% + threshold: 5% + only_pulls: true