From 1f698d45d5f8d9d7c61998b882e34850be4918f6 Mon Sep 17 00:00:00 2001 From: grindsa Date: Sat, 30 Nov 2024 08:16:44 +0100 Subject: [PATCH] [fix] pyproject.toml --cov added --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 275531c..35ca9ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ build.targets.sdist.only-packages = true [tool.pytest.ini_options] addopts = [ "-ra", - # "--cov=dkb_robo", + "--cov=dkb_robo", "--import-mode=importlib", "--strict-config", "--strict-markers",