milvus/codecov.yaml

32 lines
495 B
YAML
Raw Normal View History

#Configuration File for CodeCov
coverage:
2020-01-15 11:06:48 +08:00
notify:
require_ci_to_pass: yes
precision: 2
round: down
range: "70...100"
status:
2020-01-15 11:06:48 +08:00
project:
default:
threshold: 0.2 #Allow the coverage to drop by threshold%, and posting a success status.
patch: yes
changes: no
comment:
2020-01-15 11:06:48 +08:00
layout: "reach, diff, flags, files"
behavior: default
2020-01-15 11:06:48 +08:00
require_changes: no
flags:
nightly:
joined: false
2020-01-15 11:06:48 +08:00
ignore:
- "LICENSES"
- ".git"
- "*.yml"
- "*.md"
- "docs/.*"