Remove coveralls.io and generate coverage badge locally
This commit is contained in:
parent
030fd258d0
commit
fe995baed6
8 changed files with 61 additions and 71 deletions
3
Makefile
3
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue