just: exclude snapshot test from coverage
All checks were successful
ci/woodpecker/push/workflow Pipeline was successful

This commit is contained in:
bronsen 2026-02-22 17:05:45 +01:00
parent 98ebb69fa4
commit d712c7eead

View file

@ -40,7 +40,7 @@ alltests *ARGS:
# run tests and create coverage reports # run tests and create coverage reports
coverage: coverage:
uv run pytest tests.py --cov=src/ --cov-report term --cov-report xml --cov-report html --cov-config pyproject.toml uv run pytest tests.py -m "not final" --cov=src/ --cov-report term --cov-report xml --cov-report html --cov-config pyproject.toml
# lint python, markdown, wheel file names, prek config # lint python, markdown, wheel file names, prek config
lint: lint: