Add timeout to POST request (#19)

* fix: add timeout to POST request
* fix: CI job could not find Pytest
* fix: correct coverage report path
* fix: correct coverage source path
This commit is contained in:
2022-12-30 20:45:43 +00:00
committed by GitHub
parent cf290152c5
commit 95a3544e3e
3 changed files with 8 additions and 13 deletions

3
.coveragerc Normal file
View File

@ -0,0 +1,3 @@
[coverage:run]
relative_files = True
branch = True