Update codecov.yml (#15639)

Signed-off-by: Jenny Li <jing.li@zilliz.com>
pull/15643/head
Jenny Li 2022-02-18 18:29:50 +08:00 committed by GitHub
parent 23dfbf1f34
commit 83f1358408
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 2 deletions

View File

@ -1,8 +1,11 @@
# Configuration File for CodeCov # Configuration File for CodeCov
codecov: codecov:
require_ci_to_pass: no
notify: notify:
require_ci_to_pass: yes require_ci_to_pass: no
wait_for_ci: false
ci:
- jenkins.milvus.io:18080
coverage: coverage:
precision: 2 precision: 2
round: down round: down
@ -38,3 +41,6 @@ ignore:
- "docs/.*" - "docs/.*"
- "**/*.pb.go" - "**/*.pb.go"
- "**/*.proto" - "**/*.proto"

View File

@ -74,6 +74,7 @@ func (alloc *rootCoordAllocator) allocID(ctx context.Context) (UniqueID, error)
}, },
Count: 1, Count: 1,
}) })
if err = VerifyResponse(resp, err); err != nil { if err = VerifyResponse(resp, err); err != nil {
return 0, err return 0, err
} }