moto/codecov.yml
Bert Blommers afdab66218
Enable Py2 test coverage (#3698)
* Enable Py2 test coverage

* Coverage - exclude XRay as it's throwing errors

* Update requirements-tests.txt

* Revert "Coverage - exclude XRay as it's throwing errors"

This reverts commit bb58e0ef847301af034bee5992966a0474c19f9a.

* Enable coverage for all workflows
2021-02-16 17:03:41 +00:00

16 lines
350 B
YAML

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