From 3ba514ac8107d7474835762a2f4e7e9620b4bc37 Mon Sep 17 00:00:00 2001 From: Thomas Robitaille Date: Thu, 12 Jan 2023 11:15:27 +0000 Subject: [PATCH] Added codecov config --- codecov.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 codecov.yml 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%