mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-29 18:38:44 +08:00
09525f5723
Signed-off-by: wangting0128 <ting.wang@zilliz.com>
33 lines
594 B
YAML
33 lines
594 B
YAML
#Configuration File for CodeCov
|
|
coverage:
|
|
precision: 2
|
|
round: down
|
|
range: "70...100"
|
|
|
|
status:
|
|
project:
|
|
default:
|
|
threshold: 0% #Allow the coverage to drop by threshold%, and posting a success status.
|
|
branches:
|
|
- master
|
|
patch:
|
|
default:
|
|
target: 70%
|
|
threshold: 0%
|
|
branches:
|
|
- master
|
|
|
|
comment:
|
|
layout: "reach, diff, flags, files"
|
|
behavior: default
|
|
require_changes: false
|
|
branches: # branch names that can post comment
|
|
- master
|
|
|
|
ignore:
|
|
- "LICENSES"
|
|
- ".git"
|
|
- "*.yml"
|
|
- "*.md"
|
|
- "docs/.*"
|