Add coverage

This commit is contained in:
Charl P. Botha
2022-10-14 21:59:51 +02:00
parent 630b175766
commit d0c0885eae
3 changed files with 217 additions and 150 deletions

View File

@@ -29,6 +29,7 @@ isort = "*"
black = "*"
pytest = "*"
requests = "*"
coverage = "^6.5.0"
[build-system]
requires = ["poetry>=0.12"]