From 83419027a6d4e293f9c4d8842c8ed4f762a4e3e6 Mon Sep 17 00:00:00 2001 From: Dragomir Penev Date: Mon, 8 Jul 2024 19:12:04 +0300 Subject: [PATCH] Restore pyproj --- pyproject.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index e1c21292f8..3f937de95c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,6 +86,12 @@ allure-pytest-collection-report = {git = "https://github.com/canonical/data-plat [tool.coverage.run] branch = true +[tool.coverage.report] +show_missing = true +exclude_lines = [ + "logger\\.debug" +] + [tool.pytest.ini_options] minversion = "6.0" log_cli_level = "INFO"