mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 16:22:18 -04:00
* Get integration tests working on python 3.8 * Run unit tests on py38 * Update coveragercs to use coverage 4.5+ format * remove line added to tox.ini * update changelog * xenial is the new travis default; no need to specify in .travis.yml
9 lines
452 B
INI
9 lines
452 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/parser_obj.py
|
|
|
|
[report]
|
|
# Exclude unit tests in coverage during integration tests.
|
|
omit = **/*_test.py,**/tests/*,**/dns_common*,**/certbot_nginx/parser_obj.py
|