Skip to content

Commit e4d4f87

Browse files
committed
add dependencies for pytest coverage
1 parent 7c7589a commit e4d4f87

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

poetry.lock

Lines changed: 23 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ faker = "^18.9.0"
2626
httpx = "^0.24.1"
2727
pytest-asyncio = "^0.21.0"
2828
coverage = "^7.2.6"
29+
pytest-cov = "^4.1.0"
2930

3031
[tool.poetry.group.lint.dependencies]
3132
black = "^23.3.0"

0 commit comments

Comments
 (0)