diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..448ae18 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,11 @@ +coverage: + status: + patch: + default: + informational: true + project: + default: + target: auto + # adjust accordingly based on how flaky your tests are + # this allows a 2% drop from the previous base commit coverage + threshold: 2%