[skip ci] Adjust the coverage index of project and patch to 80% (#7883)

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
This commit is contained in:
wt
2021-09-14 19:35:49 +08:00
committed by GitHub
parent ee85067f20
commit 1844b92eea
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -6,6 +6,7 @@ pull_request_rules:
- "status-success=Build and test AMD64 Ubuntu 18.04"
- "status-success=continuous-integration/jenkins/pr-merge"
- "status-success=codecov/patch"
- "status-success=codecov/project"
actions:
label:
add:
+2 -1
View File
@@ -11,12 +11,13 @@ coverage:
status:
project:
default:
target: 80%
threshold: 0% #Allow the coverage to drop by threshold%, and posting a success status.
branches:
- master
patch:
default:
target: 70%
target: 80%
threshold: 0%
branches:
- master