Skip to content

Commit 947561b

Browse files
committed
feat(tests): add pytest-cov to dependencies for test coverage reporting
1 parent da6f990 commit 947561b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ test = [
2121
"pytest>=8.3.4",
2222
"pytest-asyncio>=0.24.0",
2323
"pytest-env>=1.1.0",
24+
"pytest-cov>=6.0.0",
2425
]
2526
dev = [
2627
"ruff>=0.0.262",

0 commit comments

Comments
 (0)