From e3dc1ff01da004225d36dcf677cfd1c4d4356e93 Mon Sep 17 00:00:00 2001 From: tr4nt0r <4445816+tr4nt0r@users.noreply.github.com> Date: Sat, 14 Feb 2026 12:25:19 +0100 Subject: [PATCH] Enable coverage report --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) 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"