diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 000000000..5d19155f6 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,15 @@ +coverage: + precision: 2 + range: "70...100" + round: down + status: + project: + default: + target: auto + threshold: 1% + base: auto + patch: + default: + target: 100% + threshold: 1% + base: auto