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

PauloPhagula / ezrecords / 22860731365 / 1
76%
master: 76%

Build:
DEFAULT BRANCH: master
Ran 09 Mar 2026 03:25PM UTC
Files 9
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

09 Mar 2026 03:23PM UTC coverage: 75.178%. Remained the same
22860731365.1

push

github

web-flow
Modernize project's packaging and dependency management with uv (#25)

This pull request modernizes the project's packaging and dependency management by migrating from `setup.py`/`requirements.txt` to a `pyproject.toml`-based build using `uv`, and updates related tooling and workflows. The changes streamline dependency installation, testing, and publishing, and remove legacy files in favor of current Python packaging standards.

**Migration to pyproject.toml and uv-based workflow:**

* Added a new `pyproject.toml` file that defines project metadata, dependencies, build system, and development dependencies, replacing the old `setup.py` and `requirements.txt` approach.
* Updated `.github/workflows/ci.yml` to use `uv` for installing dependencies, running tests, and generating coverage reports, replacing the previous `pip` and Python-based commands.
* Switched the dependabot configuration to use the `uv` package ecosystem instead of `pip`.
* Updated the `Makefile` to use `uv` commands for testing, initializing, building, and publishing the package.
* Updated `tox.ini` to use `uv` for environment management and test running, and provided new instructions for installing tox with uv support.

**Cleanup of legacy packaging files:**

* Removed `setup.py`, `setup.cfg`, and the inclusion of `requirements.txt` from `MANIFEST.in`, fully deprecating the old packaging and installation system.

527 of 701 relevant lines covered (75.18%)

0.75 hits per line

Source Files on job run-3.12 - 22860731365.1
  • Tree
  • List 9
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 22860731365
  • ec96f2d8 on github
  • Prev Job for on master (#22854341311.1)
  • Next Job for on master (#22866703962.1)
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