This commit is contained in:
parent
18df2ef1c0
commit
a828716fd8
|
@ -39,6 +39,7 @@ dev = ["pre-commit>=4.0.1"]
|
||||||
[tool.pdm.scripts]
|
[tool.pdm.scripts]
|
||||||
lint = "mypy joj3_config_generator tests"
|
lint = "mypy joj3_config_generator tests"
|
||||||
test = "pytest"
|
test = "pytest"
|
||||||
|
coverage = "pytest --cov=joj3_config_generator --cov-report=xml --cov-report=html"
|
||||||
all = { composite = ["lint", "test"] }
|
all = { composite = ["lint", "test"] }
|
||||||
app.call = "joj3_config_generator.main:app"
|
app.call = "joj3_config_generator.main:app"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user