mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 16:30:31 +02:00
Don't report coverage on Apache during integration tests (#5669)
* ignore Apache coverage * drop min coverage to 67
This commit is contained in:
@@ -443,4 +443,4 @@ then
|
||||
. ./certbot-nginx/tests/boulder-integration.sh
|
||||
fi
|
||||
|
||||
coverage report --fail-under 63 -m
|
||||
coverage report --fail-under 67 -m
|
||||
|
||||
@@ -23,7 +23,7 @@ fi
|
||||
|
||||
certbot_test_no_force_renew () {
|
||||
omit_patterns="*/*.egg-info/*,*/dns_common*,*/setup.py,*/test_*,*/tests/*"
|
||||
omit_patterns="$omit_patterns,*_test.py,*_test_*,"
|
||||
omit_patterns="$omit_patterns,*_test.py,*_test_*,certbot-apache/*"
|
||||
omit_patterns="$omit_patterns,certbot-compatibility-test/*,certbot-dns*/"
|
||||
coverage run \
|
||||
--append \
|
||||
|
||||
Reference in New Issue
Block a user