transip-client/.woodpecker/tests.yaml
Sonny Bakker a46392f0aa
Some checks failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/tests Pipeline failed
Replace pip-tools usage
2024-12-28 14:46:20 +01:00

9 lines
202 B
YAML

when:
- event: push
steps:
- name: python tests
image: ghcr.io/astral-sh/uv:python3.11-bookworm
commands:
- uv run -- coverage run --module unittest
- uv run -- coverage report