13 lines
223 B
YAML
13 lines
223 B
YAML
comment: off
|
|
|
|
coverage:
|
|
status:
|
|
project:
|
|
default:
|
|
target: auto
|
|
# Allow a tiny drop of overall project coverage in PR to reduce spurious failures.
|
|
threshold: 0.25%
|
|
|
|
ignore:
|
|
- tests/*.rs
|