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

pirl-unc / hitlist / 33544963348
83%

Build:
DEFAULT BRANCH: main
Ran 01 Sep 2026 06:44PM UTC
Jobs 1
Files 30
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

01 Sep 2026 06:39PM UTC coverage: 81.118%. Remained the same
33544963348

push

github

web-flow
v1.55.1: develop.sh installs into the active virtualenv, and says where it landed (#400)

The script created and activated ./.venv unconditionally. Run from a shell that
already had a virtualenv active -- which is the normal case here, since the
sibling repos are all installed editable into a shared env -- it therefore
installed into a *different* environment than the one in use, and reported
success.

That failure is silent by construction: the install genuinely works, it is just
somewhere else. On this machine it let a 1.45.0 site-packages tree survive
behind a 1.55.0 checkout across several releases, with `pip list` showing 1.45.0
and `hitlist --version` running 1.45.0 code while `python -c "import hitlist"`
from inside the repo reported 1.55.0 (cwd on sys.path, not the install). The
first symptom was a build crashing on a data file that had shipped two releases
earlier.

Two changes:

Honour VIRTUAL_ENV when it is set, and only fall back to creating .venv when
no environment is active.

Print the resolved import path and what the console script on PATH actually
reports, and warn when they disagree. An exit code cannot express this failure
-- the install succeeded -- so the only useful confirmation is the path, which
is exactly what was missing.

Verified both branches: with VIRTUAL_ENV set it installs into the active env
and reports agreeing versions; with it unset it still creates .venv.

Claude-Session: https://claude.ai/code/session_014cBpazLoFvftLSLavT7T9X

6139 of 7568 relevant lines covered (81.12%)

0.81 hits per line

Jobs
ID Job ID Ran Files Coverage
1 33544963348.1 01 Sep 2026 06:44PM UTC 30
81.12
GitHub Action Run
Source Files on build 33544963348
  • Tree
  • List 30
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #33544963348
  • 12d22822 on github
  • Prev Build on main (#33540198140)
  • Next Build on main (#33586433548)
  • Delete
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