From 7cda36e26a1c80378c84b8985da1477ef7896f64 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Mon, 8 Mar 2021 12:50:07 -0500 Subject: [PATCH] Add codecov.yml allowing coverage to drop slightly before "failing" This should remove one big red X in our builds, making it harder to miss other failing tests. --- codecov.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 00000000..88751cdb --- /dev/null +++ b/codecov.yml @@ -0,0 +1,8 @@ +coverage: + status: + project: + default: + target: auto + threshold: 2% + base: auto + informational: false -- 2.30.2