Skip to content

Commit ae30a05

Browse files
committed
fix: coverage
1 parent e257175 commit ae30a05

2 files changed

Lines changed: 52 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ build-backend = "hatchling.build"
3333
dev = [
3434
"mypy>=1.16.0",
3535
"pytest>=8.4.0",
36+
"pytest-cov>=6.2.1",
3637
"ruff>=0.11.13",
3738
]
3839
docs = [
@@ -51,6 +52,10 @@ python_files = ["test_*.py", "*_test.py"]
5152
filterwarnings = ["ignore::DeprecationWarning"]
5253
pythonpath = ["src"]
5354
addopts = [
55+
"--cov",
56+
"--cov-branch",
57+
"--cov=src",
58+
"--cov-report=xml",
5459
"--import-mode=importlib",
5560
]
5661

uv.lock

Lines changed: 47 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)