moto/codecov.yml
2021-02-11 15:10:22 +00:00

16 lines
354 B
YAML

codecov:
notify:
# Leave a GitHub comment after all Py3 builds have passed
after_n_builds: 6
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%