From 247beb172b8aa0dbea3dd85a62ed9e25774f8875 Mon Sep 17 00:00:00 2001 From: CactusPuppy Date: Thu, 4 Mar 2021 22:16:16 -0800 Subject: [PATCH] Allow coverage to drop by a small threshold without failing CI --- .codecov.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.codecov.yml b/.codecov.yml index db247200..9c6a4c0d 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1 +1,6 @@ +coverage: + status: + project: + default: + threshold: 0.5% comment: off