Updated woodpecker configuration
Some checks failed
ci/woodpecker/push/tests Pipeline failed

This commit is contained in:
Sonny Bakker 2025-02-27 22:13:11 +01:00
parent a86ddd262a
commit 03666c3334

View file

@ -5,11 +5,13 @@ steps:
- name: python tests
image: ghcr.io/astral-sh/uv:python3.11-bookworm
commands:
- uv sync --extra ci
- uv sync --group ci
- uv run -- coverage run --module unittest
- uv run -- coverage report
- name: code formatting
- name: code formatting & linting
image: ghcr.io/astral-sh/uv:python3.11-bookworm
commands:
- uv sync
- uv run -- ruff format --diff
- uv run -- ruff check --diff