just: exclude snapshot test from coverage
All checks were successful
ci/woodpecker/push/workflow Pipeline was successful
All checks were successful
ci/woodpecker/push/workflow Pipeline was successful
This commit is contained in:
parent
98ebb69fa4
commit
d712c7eead
1 changed files with 1 additions and 1 deletions
2
justfile
2
justfile
|
|
@ -40,7 +40,7 @@ alltests *ARGS:
|
|||
|
||||
# run tests and create coverage reports
|
||||
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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue