9 lines
183 B
Makefile
9 lines
183 B
Makefile
fmt:
|
|
uvx pre-commit run --all-files --color always
|
|
|
|
|
|
.PHONY: tests
|
|
tests:
|
|
uv run pytest --cov=halig -vv tests --report-log reportlog.json
|
|
uv run coverage html
|
|
uv run coverage xml
|