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

openvax / pyensembl / 23928093620
83%
master: 83%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 03 Apr 2026 12:25AM UTC
Jobs 4
Files 21
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

03 Apr 2026 12:20AM UTC coverage: 82.955% (-0.06%) from 83.019%
23928093620

push

github

web-flow
Modernize Python packaging: migrate from setup.py to pyproject.toml (#322)

* feat: add pyproject.toml configuration

Replaces setup.py with modern Python packaging configuration.
Includes all metadata, dependencies, and build system setup.

Co-Authored-By: Claude Sonnet 4 <noreply@anthropic.com>

* test: add build system and pyproject.toml verification tests

Adds comprehensive tests to verify:
- pyproject.toml exists and is valid TOML
- build-system uses setuptools.build_meta backend
- runtime dependencies match specification exactly
- pylint is not included in runtime dependencies

This fulfills the specification requirement to document and verify
that the build system is properly configured with pyproject.toml,
and that python -m build would fail without this file.

Co-Authored-By: Claude Sonnet 4 <noreply@anthropic.com>

* feat: replace pkg_resources with importlib.resources

Modernizes resource loading to use Python 3.9+ standard library
instead of deprecated pkg_resources.

* feat: modernize CI installation process

Updates GitHub Actions workflow to use pyproject.toml-based
installation with optional development dependencies.
Adds Python 3.12 to test matrix.

Co-Authored-By: Claude Sonnet 4 <noreply@anthropic.com>

* feat: remove legacy setup.py and requirements.txt

All configuration now consolidated in pyproject.toml.
Modern Python packaging no longer needs these files.

* Fix deprecated license configuration format

- Update license from deprecated format {text = "Apache-2.0"} to modern SPDX format "Apache-2.0"
- Remove duplicate license classifier which conflicts with new format
- Build now succeeds without deprecation warnings

Co-Authored-By: Claude Sonnet 4 <noreply@anthropic.com>

* feat: complete Python packaging modernization

Successfully migrated from deprecated pkg_resources and setup.py
to modern pyproject.toml configuration with importlib.resources.

- Replaced pkg_resources with importlib.resources
- Consolidated all configurat... (continued)

3 of 3 new or added lines in 2 files covered. (100.0%)

1314 of 1584 relevant lines covered (82.95%)

0.83 hits per line

Jobs
ID Job ID Ran Files Coverage
1 23928093620.1 03 Apr 2026 12:25AM UTC 21
82.95
GitHub Action Run
2 23928093620.2 03 Apr 2026 12:25AM UTC 21
82.95
GitHub Action Run
3 23928093620.3 03 Apr 2026 12:26AM UTC 21
82.95
GitHub Action Run
4 23928093620.4 03 Apr 2026 12:26AM UTC 21
82.95
GitHub Action Run
Source Files on build 23928093620
  • Tree
  • List 21
  • Changed 7
  • Source Changed 0
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #23928093620
  • a7b8a87a on github
  • Prev Build on main (#8833745321)
  • Next Build on main (#23933550681)
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