transip-client/.woodpecker/tests.yaml

15 lines
359 B
YAML

when:
- event: push
steps:
- name: python tests
image: ghcr.io/astral-sh/uv:python3.11-bookworm
commands:
- uv sync --extra ci
- uv run -- coverage run --module unittest
- uv run -- coverage report
- name: code formatting
image: ghcr.io/astral-sh/uv:python3.11-bookworm
commands:
- uv run -- ruff format --diff