Files
blog.pyaqa.ru/.woodpecker/tests.yaml
Sergey Vanyushkin af17b5b3bf
All checks were successful
ci/woodpecker/push/tests Pipeline was successful
ci/woodpecker/push/lints Pipeline was successful
lint pipe fixes
2026-04-19 23:16:09 +03:00

13 lines
257 B
YAML

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