From a6a7ce8fa3d45ef16325abfe649d7e8e330d200e Mon Sep 17 00:00:00 2001 From: Salad Dais Date: Mon, 3 May 2021 23:36:59 +0000 Subject: [PATCH] Correct codecov threshold --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index ce01d2f..6b038dc 100644 --- a/codecov.yml +++ b/codecov.yml @@ -7,5 +7,5 @@ coverage: default: # Do not fail PRs if the code coverage drops. target: 0% - threshold: null + threshold: 100% base: auto