diff --git a/pyproject.toml b/pyproject.toml index 21f16af..2e56e47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -124,7 +124,7 @@ ignore_missing_imports = true [tool.pytest.ini_options] testpaths = ["tests"] -addopts = ["--tb=short", "--strict-markers", "--cov=src", "--cov-report=term-missing"] +addopts = ["--tb=short", "--strict-markers", "--cov=semble", "--cov-report=term-missing"] [tool.coverage.report] skip_covered = true