mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 07:12:54 -04:00
Part of #5775. * Create _internal folder certbot-nginx * Move configurator.py to _internal * Move constants.py to _internal * Move display_ops.py to _internal * Move http_01.py to _internal * Move nginxparser.py to _internal * Move obj.py to _internal * Move parser_obj.py to _internal * Move parser.py to _internal * Update location and references for tls_configs * exclude parser_obj from coverage
9 lines
472 B
INI
9 lines
472 B
INI
[run]
|
|
# Avoid false warnings because certbot packages are not installed in the thread that executes
|
|
# the coverage: indeed, certbot is launched as a CLI from a subprocess.
|
|
disable_warnings = module-not-imported,no-data-collected
|
|
omit = **/*_test.py,**/tests/*,**/dns_common*,**/certbot_nginx/_internal/parser_obj.py
|
|
|
|
[report]
|
|
# Exclude unit tests in coverage during integration tests.
|
|
omit = **/*_test.py,**/tests/*,**/dns_common*,**/certbot_nginx/_internal/parser_obj.py
|