milvus/codecov.yml
紫晴 09525f5723
Update file of codecov (#7144)
Signed-off-by: wangting0128 <ting.wang@zilliz.com>
2021-08-18 14:48:11 +08:00

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/.*"