From 147d3eb42e39a59437ff13b01030e089bd6a6047 Mon Sep 17 00:00:00 2001 From: wt Date: Wed, 15 Sep 2021 14:33:48 +0800 Subject: [PATCH] [skip ci] Update project code coverage to 76% (#7955) Signed-off-by: wangting0128 --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index 7c037ff3a2..f066821789 100644 --- a/codecov.yml +++ b/codecov.yml @@ -11,7 +11,7 @@ coverage: status: project: default: - target: 80% + target: 76% threshold: 0% #Allow the coverage to drop by threshold%, and posting a success status. branches: - master