moto/codecov.yml
2021-02-10 09:45:03 +00:00

15 lines
292 B
YAML

codecov:
notify:
after_n_builds: 8
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%