report code coverage for tests

This commit is contained in:
ducklet 2023-03-19 00:06:14 +01:00
parent 1dd7bab4aa
commit f1bafbb4a2
3 changed files with 86 additions and 2 deletions

View file

@ -26,6 +26,7 @@ pyright = "*"
black = "*"
isort = "*"
pytest-asyncio = "*"
pytest-cov = "*"
[build-system]
requires = ["poetry-core>=1.0.0"]