Fixes Test and Reports
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user