chore: coverage script
All checks were successful
build / build (push) Successful in 2m58s

This commit is contained in:
张泊明518370910136 2025-03-05 03:31:47 -05:00
parent 18df2ef1c0
commit a828716fd8
GPG Key ID: D47306D7062CDA9D

View File

@ -39,6 +39,7 @@ dev = ["pre-commit>=4.0.1"]
[tool.pdm.scripts]
lint = "mypy joj3_config_generator tests"
test = "pytest"
coverage = "pytest --cov=joj3_config_generator --cov-report=xml --cov-report=html"
all = { composite = ["lint", "test"] }
app.call = "joj3_config_generator.main:app"