mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Don't report coverage on Apache during integration tests (#5669)
* ignore Apache coverage * drop min coverage to 67
This commit is contained in:
parent
a643877f88
commit
cee9ac586e
2 changed files with 2 additions and 2 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue