From ff6fd2b2ef6becf6a10d652dadb48a96d7481b81 Mon Sep 17 00:00:00 2001 From: Michael Gasch Date: Thu, 13 Jan 2022 20:15:29 +0100 Subject: [PATCH] chore: reduce min coverage to 80 Closes: #12 Signed-off-by: Michael Gasch --- .codecov.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codecov.yaml b/.codecov.yaml index 7d52fd8..7e3a6d0 100644 --- a/.codecov.yaml +++ b/.codecov.yaml @@ -4,7 +4,7 @@ coverage: status: project: default: - target: 90 + target: 80 threshold: 1% patch: # Disable the coverage threshold of the patch, so that PRs are