Remove .coveragerc and fold into setup.cfg

This commit is contained in:
James R. Barlow
2021-01-06 03:58:18 -08:00
parent 47ef1914d4
commit 2846d46bb8
5 changed files with 33 additions and 35 deletions
+2
View File
@@ -338,6 +338,8 @@ def run_pipeline(options, *, plugin_manager, api=False):
and not api
):
# Debug log for command line interface only with verbose output
# See https://github.com/pytest-dev/pytest/issues/5502 for why we skip this
# when pytest is running
debug_log_handler = configure_debug_logging(Path(work_folder) / "debug.log")
pikepdf_enable_mmap()