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

haidaraM / ansible-playbook-grapher / 24615656985
95%

Build:
DEFAULT BRANCH: main
Ran 18 Apr 2026 10:49PM UTC
Jobs 6
Files 11
Run time 1min
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% (-0.08%) from 95.565%
24615656985

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%)

5.73 hits per line

Coverage Regressions

Lines Coverage ∆ File
1
93.18
-0.57% /home/runner/work/ansible-playbook-grapher/ansible-playbook-grapher/ansibleplaybookgrapher/parser.py
Jobs
ID Job ID Ran Files Coverage
1 py3.10-ansible2.16.* - 24615656985.1 18 Apr 2026 10:49PM UTC 11
95.48
GitHub Action Run
2 py3.11-ansible2.17.* - 24615656985.2 18 Apr 2026 10:49PM UTC 11
95.48
GitHub Action Run
3 py3.11-ansible2.18.* - 24615656985.3 18 Apr 2026 10:49PM UTC 11
95.48
GitHub Action Run
4 py3.12-ansible2.18.* - 24615656985.4 18 Apr 2026 10:49PM UTC 11
95.48
GitHub Action Run
5 py3.10-ansible2.17.* - 24615656985.5 18 Apr 2026 10:49PM UTC 11
95.48
GitHub Action Run
6 py3.11-ansible2.16.* - 24615656985.6 18 Apr 2026 10:49PM UTC 11
95.48
GitHub Action Run
Source Files on build 24615656985
  • Tree
  • List 11
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 7d6474ca on github
  • Prev Build on main (#24203827101)
  • Next Build on main (#24615718798)
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