Ad test badge
This commit is contained in:
parent
21e26e021d
commit
59740dc5be
8 changed files with 67 additions and 42 deletions
7
Makefile
7
Makefile
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue