configure coverage testing and reports

This commit is contained in:
bronsen 2025-12-09 21:24:08 +01:00
parent 6c6ca0e997
commit a9bf9d0628
3 changed files with 14 additions and 1 deletions

View file

@ -26,3 +26,4 @@ steps:
# image: docker.io/astral/uv:python${PYTHON_VERSION}-trixie-slim
# commands:
# - uv run pytest tests.py
# coverage: uv run pytest tests.py --cov-report= --cov=src # no cov report on terminal: useful for CI