Лабораторная работа: CI с GitHub Actions
Вариант 5: Python + ruff + pytest-cov + poetry build.
Этапы CI
- Lint — проверка кода через ruff.
- Test — запуск тестов через pytest-cov.
- Build — сборка проекта через poetry build.
Запуск
poetry install --no-interaction poetry run ruff check . poetry run pytest poetry build
Description
Languages
Python
100%