• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

haidaraM / ansible-playbook-grapher / 24615656985 / 5
95%
main: 95%

Build:
DEFAULT BRANCH: main
Ran 18 Apr 2026 10:49PM UTC
Files 11
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

18 Apr 2026 10:48PM UTC coverage: 95.481%. Remained the same
24615656985.5

push

github

web-flow
Migrate project from setuptools to uv (#288)

## Summary

- Replace the legacy `setup.py`/`setup.cfg`/`requirements.txt` build
system with a modern `pyproject.toml` using **hatchling** as the build
backend and **uv** as the package manager
- Update all GitHub workflows (testing, lint, dependabot) to use
`astral-sh/setup-uv` with `uv sync` instead of pip
- Update `Makefile`, `tests/test_install.sh`, and `README.md` to use uv
commands

## Changes

### New files
- `pyproject.toml` — project metadata, dependencies, dev dependency
group, console scripts, ruff config, hatchling build config
- `uv.lock` — lockfile for reproducible installs
- `.python-version` — pins default Python to 3.11 for development

### Updated files
- `.github/workflows/testing.yaml` — uses `astral-sh/setup-uv@v7` with
`uv sync --dev`, overrides ansible-core per matrix entry
- `.github/workflows/lint.yml` — uses `astral-sh/setup-uv@v7` with `uv
sync --dev`, path trigger updated to `pyproject.toml`
- `.github/dependabot.yml` — package-ecosystem changed from `pip` to
`uv`
- `Makefile` — build uses `uv build`, deploy uses `uv publish`,
lint/test use `uv run`
- `tests/test_install.sh` — uses `uv venv` + `uv pip install` instead of
`virtualenv` + `pip`
- `README.md` — installation recommends `uv tool install`, local dev
uses `uv sync --dev`
- `.gitignore` — unignore `.python-version` (needed by uv)

### Removed files
- `setup.py`, `setup.cfg`, `requirements.txt`,
`tests/requirements_tests.txt`, `MANIFEST.in`, `ruff.toml`

## Test plan

- [x] CI passes for all Python/Ansible matrix combinations
- [x] Lint workflow passes
- [x] `uv build` produces correct wheel and sdist (package data
included)
- [x] `uv run ansible-playbook-grapher --version` works
- [x] `make test` passes all 156 tests
- [x] `make lint` passes
- [x] `make test_install` succeeds

1141 of 1195 relevant lines covered (95.48%)

0.95 hits per line

Source Files on job py3.10-ansible2.17.* - 24615656985.5
  • Tree
  • List 11
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 24615656985
  • 7d6474ca on github
  • Prev Job for on main (#24203827101.4)
  • Next Job for on main (#24615718798.6)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc