Update uv and ruff configuration
Some checks failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/tests Pipeline failed

This commit is contained in:
Sonny Bakker 2025-03-23 15:12:07 +01:00
parent aff565862c
commit 3281b70bbe
5 changed files with 52 additions and 95 deletions

View file

@ -25,7 +25,7 @@ steps:
POSTGRES_PASSWORD: sekrit
commands:
- pip install uv
- uv sync --extra testing --extra ci
- uv sync
- ./.venv/bin/coverage run ./src/manage.py test newsreader
- ./.venv/bin/coverage report --show-missing