mirror of
https://github.com/certbot/certbot.git
synced 2026-01-26 07:41:33 +03:00
Move coverage computation during certbot integration tests at the end of the script (#6842)
Currently coverage invocation during integration tests on certbot core is misplaced, just before the OCSP statuses tests. This PR move back the coverage invocation at the end of the script.
This commit is contained in:
committed by
Brad Warren
parent
d34beb4149
commit
cf29e89366
@@ -528,8 +528,6 @@ if [ "${BOULDER_INTEGRATION:-v1}" = "v2" ]; then
|
||||
--manual-cleanup-hook ./tests/manual-dns-cleanup.sh
|
||||
fi
|
||||
|
||||
coverage report --fail-under 64 --include 'certbot/*' --show-missing
|
||||
|
||||
# Test OCSP status
|
||||
|
||||
## OCSP 1: Check stale OCSP status
|
||||
@@ -582,3 +580,5 @@ if [ "$REVOKED" != 1 ] ; then
|
||||
echo "Expected le-ocsp-check.wtf to be REVOKED"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
coverage report --fail-under 64 --include 'certbot/*' --show-missing
|
||||
|
||||
Reference in New Issue
Block a user