transip-client/.woodpecker/tests.yaml
Sonny Bakker 11f699dd14
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/tests Pipeline was successful
Add woodpecker configuration
2024-12-28 13:44:40 +01:00

10 lines
207 B
YAML

when:
- event: push
steps:
- name: python tests
image: python:3.11
commands:
- pip install --requirement requirements/ci.txt
- coverage run --module unittest
- coverage report