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

questrail / applyaf / 33514861270
100%

Build:
DEFAULT BRANCH: master
Ran 01 Sep 2026 01:41PM UTC
Jobs 1
Files 2
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 01:34PM UTC coverage: 100.0%. Remained the same
33514861270

push

github

matthewrankin
Isolate the environment the wheel smoke test runs in

just build ran the smoke test with uv run --no-project, which is not
enough on its own. uv layers the --with packages over the project's own
.venv when it finds one, so the wheel was being imported beside every
dependency this project has installed. The wheel's own modules still won
the import, which is why the check has been passing honestly, but a
distribution that failed to declare a dependency would have found it
there anyway and said nothing.

--isolated is what makes that environment a clean one. A runner has no
.venv, so the workflow was already getting the isolation the local run
was not; add the flag there too, so that the comment claiming the two run
the same command stays true.

Found while giving siganalysis this same smoke test, where the flag is
load-bearing rather than a precaution: its script checks that matplotlib
is absent, and the project .venv has matplotlib installed.

68 of 68 relevant lines covered (100.0%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 33514861270.1 01 Sep 2026 01:41PM UTC 2
100.0
GitHub Action Run
Source Files on build 33514861270
  • Tree
  • List 2
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #33514861270
  • 9f848c44 on github
  • Prev Build on master (#33505649647)
  • Next Build on master (#33515275493)
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