From 974101afc04f724d6224a7b375e3cfaf2cdc9255 Mon Sep 17 00:00:00 2001 From: John Carr Date: Tue, 25 Jun 2024 09:03:15 +0100 Subject: [PATCH] Limit coverage to music_assistant module --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bbb381a3..2301e7c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -179,7 +179,7 @@ ignore-imports = true max-line-length = 100 [tool.pytest.ini_options] -addopts = "--cov" +addopts = "--cov music_assistant" asyncio_mode = "auto" [tool.ruff.lint] -- 2.34.1