From 27e246859eb2d2c878acd701c72a6d6b7769a3a9 Mon Sep 17 00:00:00 2001 From: TwiN Date: Fri, 31 Dec 2021 00:31:44 -0500 Subject: [PATCH] Use code coverage target instead of threshold --- .github/codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/codecov.yml b/.github/codecov.yml index 2fc81e8f..cf8f4c4a 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -6,5 +6,5 @@ coverage: status: patch: off project: - threshold: 75% + target: 75%