mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-29 06:55:27 +08:00
* Add yaml file of codecov Signed-off-by: wangting0128 <ting.wang@zilliz.com> * Update code of codecov Signed-off-by: wangting0128 <ting.wang@zilliz.com>
34 lines
709 B
YAML
34 lines
709 B
YAML
coverage:
|
|
status:
|
|
project:
|
|
default:
|
|
# basic
|
|
target: auto
|
|
threshold: 0%
|
|
base: auto
|
|
flags:
|
|
- unit
|
|
paths:
|
|
- "src"
|
|
# advanced settings
|
|
branches:
|
|
- master
|
|
if_ci_failed: error #success, failure, error, ignore
|
|
informational: false
|
|
only_pulls: false
|
|
patch:
|
|
# basic
|
|
target: 70%
|
|
threshold: 0%
|
|
base: auto
|
|
flags:
|
|
- unit
|
|
paths:
|
|
- "src"
|
|
# advanced settings
|
|
branches:
|
|
- master
|
|
if_ci_failed: failure #success, failure, error, ignore
|
|
informational: false
|
|
only_pulls: false
|