moto/codecov.yml

14 lines
283 B
YAML
Raw Normal View History

2021-01-27 17:04:09 +00:00
coverage:
status:
project:
default:
target: auto
# this allows a drop from the previous base commit coverage
threshold: 0.5%
patch:
default:
# New code must have a 90% coverage
target: 90%
notify:
after_n_builds: 8