From 0760ea7963cc522d879d7a24aa26c6491e4d4e94 Mon Sep 17 00:00:00 2001 From: Bodong Yang Date: Thu, 9 May 2024 08:35:57 +0000 Subject: [PATCH] fix coverage not recording anything --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ca987ae07..4ceac2e51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,6 @@ extend-exclude = '''( )''' [tool.pytest.ini_options] -addopts = "--cov=otaclient.app --cov=otaclient.ota_proxy" asyncio_mode = "auto" log_auto_indent = true log_format = "%(asctime)s %(levelname)s %(filename)s %(funcName)s,%(lineno)d %(message)s"