Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrien Ferrand <adferrand@users.noreply.github.com>2019-04-16 03:39:38 +0300
committerBrad Warren <bmw@users.noreply.github.com>2019-04-16 03:39:38 +0300
commit410e74c4a1252ae377a0d4c5085849e88d4dfb95 (patch)
tree222eb6cd9c78998295f56d56e42ef951d1e7ae75 /tox.ini
parent298b1db36b29d9b581f1271036ee3052bd245e09 (diff)
[Unix] Create a framework for certbot integration tests: PART 3g (#6953)
Following #6821, this PR continues to convert certbot integration tests into certbot-ci. This PR add tests covering checks on L531 to the end on tests/certbot-boulder-integration.sh. Previous lines are covered with existing tests, or by #6946, #6947, #6948, #6949, #6951, #6952. * Add tests * Add load resource * Separate OCSP in two tests * Copy new asset * Load the asset * Add coverage limit
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 02fa68dcf..a396c3227 100644
--- a/tox.ini
+++ b/tox.ini
@@ -259,6 +259,6 @@ commands =
--cov=acme --cov=certbot --cov=certbot_nginx --cov-report= \
--cov-config={toxinidir}/certbot-ci/certbot_integration_tests/.coveragerc \
-W 'ignore:Unverified HTTPS request'
- coverage report --include 'certbot/*' --show-missing
+ coverage report --include 'certbot/*' --show-missing --fail-under=56
passenv =
DOCKER_*