CI: tell woodpecker about our new testing situation

This commit is contained in:
bronsen 2026-05-18 23:49:04 +02:00
parent 51562a379d
commit 916c6b751d

View file

@ -30,5 +30,5 @@ steps:
- python -m venv venv - python -m venv venv
- . venv/bin/activate - . venv/bin/activate
- pip install uv==0.10.2 - pip install uv==0.10.2
- uv run --active pytest tests.py - uv run --active pytest ./testing
# coverage: uv run pytest tests.py --cov-report= --cov=src # no cov report on terminal: useful for CI # coverage: uv run pytest ./testing --cov-report= --cov=src # no cov report on terminal: useful for CI