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

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
pull/7926/head
wt 2021-09-14 19:35:49 +08:00 committed by GitHub
parent ee85067f20
commit 1844b92eea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

1
.github/mergify.yml vendored
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:

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