pyo3/codecov.yml

14 lines
249 B
YAML
Raw Normal View History

2019-07-14 17:25:03 +00:00
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%
2021-06-29 21:11:08 +00:00
ignore:
- tests/*.rs
- src/test_hygiene/*.rs