mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 17:48:29 +08:00
Update codecov.yml (#15639)
Signed-off-by: Jenny Li <jing.li@zilliz.com>
This commit is contained in:
parent
23dfbf1f34
commit
83f1358408
10
codecov.yml
10
codecov.yml
@ -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"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user