Remove coveralls.io and generate coverage badge locally

This commit is contained in:
Yax 2025-04-05 17:28:31 +02:00
parent 030fd258d0
commit fe995baed6
8 changed files with 61 additions and 71 deletions

View file

@ -27,6 +27,7 @@ check: all
test:
PYTHONPATH=src/ uv run coverage run -m --source=stacosys pytest tests
uv run coverage report
uv run coverage-badge -f -o coverage.svg
# build
build:
@ -35,6 +36,8 @@ build:
uv sync
uv build --wheel --out-dir dist
docker build -t source.madyanne.fr/yax/stacosys .
publish:
docker push source.madyanne.fr/yax/stacosys
# run