Fixes Test and Reports

This commit is contained in:
2025-06-03 02:20:15 -03:00
parent be7f04e20d
commit 25d8e68e95
4 changed files with 342 additions and 423 deletions

View File

@@ -33,8 +33,6 @@ dev = [
"coverage>=7.8.0",
"poethepoet>=0.33.1",
"pre-commit>=4.2.0",
"pytest>=8.3.5",
"pytest-cov>=6.1.1",
"ruff>=0.11.4",
]
@@ -47,7 +45,8 @@ repository = "https://github.com/HideyoshiNakazone/jambo.git"
# POE Tasks
[tool.poe.tasks]
create-hooks = "bash .githooks/set-hooks.sh"
tests = "pytest -v --cov --cov-branch --cov-report=xml"
tests = "python -m coverage run -m unittest -v"
tests-report = "python -m coverage xml"
# Build System
[tool.hatch.version]