diff --git a/.woodpecker/workflow.yaml b/.woodpecker/workflow.yaml index d58a33b..fe5d96e 100644 --- a/.woodpecker/workflow.yaml +++ b/.woodpecker/workflow.yaml @@ -30,5 +30,5 @@ steps: - python -m venv venv - . venv/bin/activate - pip install uv==0.10.2 - - uv run --active pytest tests.py - # coverage: uv run pytest tests.py --cov-report= --cov=src # no cov report on terminal: useful for CI + - uv run --active pytest ./testing + # coverage: uv run pytest ./testing --cov-report= --cov=src # no cov report on terminal: useful for CI