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

PrincetonUniversity / PsyNeuLink / 30030372271
85%
master: 84%

Build:
Build:
LAST BUILD BRANCH: feat/pyproject_toml
DEFAULT BRANCH: master
Ran 23 Jul 2026 06:54PM UTC
Jobs 1
Files 172
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

23 Jul 2026 05:39PM UTC coverage: 84.648%. First build
30030372271

push

github

davidt0x
Migrate build configuration to pyproject.toml

Consolidate build, packaging, and tooling configuration into a single
pyproject.toml and remove the setup.py/versioneer machinery:

- Add pyproject.toml with the setuptools build backend. Project metadata,
  pytest, coverage, and ruff config all live here. Dependencies and
  optional-dependencies are read dynamically from the *requirements.txt
  files, preserving them as the source of truth for CI/dependabot.
- Replace versioneer with setuptools-scm for git-tag-based versioning.
  Delete versioneer.py and the generated, tracked _version.py (now a
  build-time artifact, gitignored). __version__ is imported from the
  generated _version.py with an importlib.metadata fallback for
  un-built source trees.
- Fold ruff.toml into [tool.ruff]; delete ruff.toml.
- Trim setup.cfg to only the [pycodestyle] section, since pycodestyle
  cannot be configured from pyproject.toml (it reads setup.cfg/tox.ini).
- Update the CI build step to `python -m build`, and update docs
  conf.py and MANIFEST.in accordingly.

Assisted-By: Claude Opus 4.8 <noreply@anthropic.com>

11484 of 14776 branches covered (77.72%)

Branch coverage included in aggregate %.

2 of 8 new or added lines in 1 file covered. (25.0%)

38944 of 44798 relevant lines covered (86.93%)

0.87 hits per line

Uncovered Changes

Lines Coverage ∆ File
6
81.13
psyneulink/__init__.py
Jobs
ID Job ID Ran Files Coverage
1 30030372271.1 23 Jul 2026 06:54PM UTC 172
84.65
GitHub Action Run
Source Files on build 30030372271
  • Tree
  • List 172
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • dae0f07a on github
  • Next Build on feat/pyproject_toml (#30045069881)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc