Update coverage

This commit is contained in:
Adrien Ferrand 2019-08-28 17:27:13 +02:00
parent 4bc473a2db
commit a68de55696

View file

@ -230,7 +230,7 @@ commands =
--cov-report= --cov-config=certbot-ci/certbot_integration_tests/.coveragerc
coverage report --include 'certbot/*' --show-missing --fail-under=66
coverage report --include 'certbot-nginx/*' --show-missing --fail-under=74
coverage report --include 'certbot-apache/*' --show-missing --fail-under=54
coverage report --include 'certbot-apache/*' --show-missing --fail-under=55
passenv = DOCKER_*
[testenv:integration-certbot]