2019-10-21 16:16:31 +08:00
|
|
|
#Configuration File for CodeCov
|
|
|
|
coverage:
|
2020-01-15 11:06:48 +08:00
|
|
|
notify:
|
|
|
|
require_ci_to_pass: yes
|
|
|
|
|
2019-10-21 17:25:37 +08:00
|
|
|
precision: 2
|
|
|
|
round: down
|
|
|
|
range: "70...100"
|
|
|
|
|
2019-10-21 16:16:31 +08:00
|
|
|
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.
|
2019-10-21 17:25:37 +08:00
|
|
|
patch: yes
|
|
|
|
changes: no
|
|
|
|
|
|
|
|
comment:
|
2020-01-15 11:06:48 +08:00
|
|
|
layout: "reach, diff, flags, files"
|
2019-10-21 17:25:37 +08:00
|
|
|
behavior: default
|
2020-01-15 11:06:48 +08:00
|
|
|
require_changes: no
|
|
|
|
|
2020-01-15 11:19:31 +08:00
|
|
|
flags:
|
|
|
|
nightly:
|
|
|
|
joined: false
|
|
|
|
|
2020-01-15 11:06:48 +08:00
|
|
|
ignore:
|
|
|
|
- "LICENSES"
|
|
|
|
- ".git"
|
|
|
|
- "*.yml"
|
|
|
|
- "*.md"
|
|
|
|
- "docs/.*"
|