diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 00000000..b976ba6f --- /dev/null +++ b/codecov.yml @@ -0,0 +1,10 @@ +comment: off +coverage: + status: + project: + default: + target: auto + # adjust accordingly based on how flaky your tests are + # this allows a 0.001% drop from the previous base commit coverage + # basically just to prevent counting zero changes as negative + threshold: 0.001%