diff --git a/pyproject.toml b/pyproject.toml index 0be1622..8a7ace9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,6 +73,7 @@ extra-dependencies = [ "pytest-asyncio==1.3.0", "syrupy==5.1.0", ] +extra-args = ["--cov-report=xml", "-vv"] [tool.hatch.envs.default.scripts] docs-serve = "mkdocs serve"