mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-01 11:29:48 +08:00
adc6dc38bf
Signed-off-by: JinHai-CN <hai.jin@zilliz.com>
32 lines
495 B
YAML
32 lines
495 B
YAML
#Configuration File for CodeCov
|
|
coverage:
|
|
notify:
|
|
require_ci_to_pass: yes
|
|
|
|
precision: 2
|
|
round: down
|
|
range: "70...100"
|
|
|
|
status:
|
|
project:
|
|
default:
|
|
threshold: 0.2 #Allow the coverage to drop by threshold%, and posting a success status.
|
|
patch: yes
|
|
changes: no
|
|
|
|
comment:
|
|
layout: "reach, diff, flags, files"
|
|
behavior: default
|
|
require_changes: no
|
|
|
|
flags:
|
|
nightly:
|
|
joined: false
|
|
|
|
ignore:
|
|
- "LICENSES"
|
|
- ".git"
|
|
- "*.yml"
|
|
- "*.md"
|
|
- "docs/.*"
|