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-18 01:24:39 +0300
committerBrad Warren <bmw@users.noreply.github.com>2019-04-18 01:24:39 +0300
commita58ad220028f446489d19f9441d091dcb23fffca (patch)
tree6fbcd00ae9d6efc5627d2379b1c0e0f457a60b49 /tox.ini
parent0ee1002edc301ed8c268e9ec2b9ba4a5e3715747 (diff)
[Unix] Create a framework for certbot integration tests: PART 3e (#6951)
Following #6821, this PR continues to convert certbot integration tests into certbot-ci. This PR add tests covering checks on L430-447 in tests/certbot-boulder-integration.sh. Previous lines are covered with existing tests, or by #6946, #6947, #6948, #6949. * Add tests * Change param * Increase coverage min to 64% * Disable OCSP Must-Staple test for Pebble
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 a396c3227..03a965544 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 --fail-under=56
+ coverage report --include 'certbot/*' --show-missing --fail-under=64
passenv =
DOCKER_*