28 lines
468 B
YAML
28 lines
468 B
YAML
|
|
coverage:
|
||
|
|
precision: 2
|
||
|
|
round: down
|
||
|
|
range: 70..100
|
||
|
|
status:
|
||
|
|
project:
|
||
|
|
default:
|
||
|
|
target: 70%
|
||
|
|
threshold: 5%
|
||
|
|
if_ci_failed: error
|
||
|
|
patch:
|
||
|
|
default:
|
||
|
|
target: 80%
|
||
|
|
threshold: 10%
|
||
|
|
|
||
|
|
comment:
|
||
|
|
layout: "header, diff, flags, components, files, footer"
|
||
|
|
behavior: default
|
||
|
|
require_changes: false
|
||
|
|
require_base: false
|
||
|
|
require_head: true
|
||
|
|
|
||
|
|
ignore:
|
||
|
|
- "tests/**"
|
||
|
|
- "benches/**"
|
||
|
|
- "examples/**"
|
||
|
|
- "**/*_test.rs"
|