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

9 lines
193 B
YAML

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