adding coverage

This commit is contained in:
2021-10-29 17:45:35 +01:00
parent 883b38c800
commit 1333e555a8
2 changed files with 48 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ pytest = "^6.2.5"
prospector = { extras = ["with_bandit", "with_mypy"], version = "^1.5.1" }
duty = "^0.7.0"
pyinstaller = "^4.5.1"
coverage = "^6.0.2"
[build-system]
requires = ["poetry-core>=1.0.0"]