Files
blog.pyaqa.ru/.woodpecker/test.yaml

12 lines
254 B
YAML

when:
- event: [push, pull_request]
branch: dev
steps:
- name: test
image: python:3.13
commands:
- pip install uv
- uv sync --no-dev --group tests
- uv run pytest --cov=app --cov-fail-under=70 --cov-report=term-missing