adding code coverage to test execution

This commit is contained in:
msramalho
2024-10-17 16:44:32 +01:00
parent 036049fdc3
commit 879c0cb879
5 changed files with 93 additions and 4 deletions

View File

@@ -24,6 +24,7 @@ auto-archiver = "*"
watchdog = "*"
pytest = "*"
httpx = "*"
coverage = "*"
[requires]
python_version = "3.10"