Ad test badge

This commit is contained in:
Yax 2025-04-05 17:53:10 +02:00
parent 21e26e021d
commit 59740dc5be
8 changed files with 67 additions and 42 deletions

View file

@ -25,9 +25,10 @@ check: all
# test
test:
PYTHONPATH=src/ uv run coverage run -m --source=stacosys pytest tests
uv run coverage report
uv run coverage-badge -f -o coverage.svg
PYTHONPATH=src/ uv run coverage run -m --source=stacosys pytest --junitxml=junit.xml tests
uv run genbadge tests -i junit.xml
uv run coverage xml
uv run genbadge coverage -i coverage.xml
# build
build: