CI: tell woodpecker about our new testing situation
This commit is contained in:
parent
51562a379d
commit
916c6b751d
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue