From ce4a4707835f26562766baa75c1eadb53d656768 Mon Sep 17 00:00:00 2001 From: Jonathan Ehwald Date: Sun, 15 Sep 2024 05:57:50 +0200 Subject: [PATCH] Fix coverage config section had wrong name --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 435e0c2..ba628ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ extend-select = ["I"] [tool.pytest.ini_options] addopts = "--cov=cfmtoolbox --cov-report term-missing --cov-report html" -[tool.coverage] +[tool.coverage.run] omit = ["cfmtoolbox/__main__.py"] [tool.mypy]