From 37e686c2433c8b414ef4b02e34327b9589c87d14 Mon Sep 17 00:00:00 2001 From: wt Date: Wed, 22 Sep 2021 16:19:48 +0800 Subject: [PATCH] [skip ci] Decrease the percentage of code coverage to 77% (#8277) Signed-off-by: wangting0128 --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index 3f6b97bf57..473f8634e4 100644 --- a/codecov.yml +++ b/codecov.yml @@ -11,7 +11,7 @@ coverage: status: project: default: - target: 78% + target: 77% threshold: 0% #Allow the coverage to drop by threshold%, and posting a success status. branches: - master