From 269a1e163b387c5a3a331e90eb95e9f801ddebfb Mon Sep 17 00:00:00 2001 From: Salad Dais Date: Mon, 3 May 2021 23:33:33 +0000 Subject: [PATCH] Don't fail commits on coverage dropping --- codecov.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..ce01d2f --- /dev/null +++ b/codecov.yml @@ -0,0 +1,11 @@ +coverage: + precision: 1 + round: down + range: "50...80" + status: + project: + default: + # Do not fail PRs if the code coverage drops. + target: 0% + threshold: null + base: auto