mirror of
https://github.com/senju1337/senju.git
synced 2025-12-23 23:39:27 +00:00
feat/OPS-31: added coverage feature
run coverage.sh to review the code coverage REQUIRED: poetry update
This commit is contained in:
parent
f60120245e
commit
ec9ed25b38
4 changed files with 114 additions and 7 deletions
|
|
@ -11,6 +11,7 @@ dependencies = [
|
|||
"flask (>=3.1.0,<4.0.0)",
|
||||
"tinydb (>=3.1.0,<4.0.0)",
|
||||
"requests (>=2.32.3,<3.0.0)",
|
||||
"coverage (>=7.6.12,<8.0.0)",
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue