mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 06:15:36 -04:00
Track Nginx coverage and omit it from report later.
This commit is contained in:
parent
ca14ad1f50
commit
504e852fc7
1 changed files with 0 additions and 1 deletions
|
|
@ -25,7 +25,6 @@ certbot_test_no_force_renew () {
|
|||
omit_patterns="*/*.egg-info/*,*/dns_common*,*/setup.py,*/test_*,*/tests/*"
|
||||
omit_patterns="$omit_patterns,*_test.py,*_test_*,certbot-apache/*"
|
||||
omit_patterns="$omit_patterns,certbot-compatibility-test/*,certbot-dns*/"
|
||||
omit_patterns="$omit_patterns,certbot-nginx/*"
|
||||
coverage run \
|
||||
--append \
|
||||
--source $sources \
|
||||
|
|
|
|||
Loading…
Reference in a new issue