From b9160b299202016db8dc9b39483ee44e94e3940c Mon Sep 17 00:00:00 2001 From: wt Date: Fri, 17 Sep 2021 17:51:57 +0800 Subject: [PATCH] [skip ci] Update project code coverage to 78% (#8148) Signed-off-by: wangting0128 --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index f066821789..3f6b97bf57 100644 --- a/codecov.yml +++ b/codecov.yml @@ -11,7 +11,7 @@ coverage: status: project: default: - target: 76% + target: 78% threshold: 0% #Allow the coverage to drop by threshold%, and posting a success status. branches: - master