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

scikit-hep / iminuit / 33674245755
100%

Build:
DEFAULT BRANCH: develop
Ran 02 Sep 2026 07:48PM UTC
Jobs 1
Files 18
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

02 Sep 2026 07:35PM UTC coverage: 99.671% (+0.05%) from 99.62%
33674245755

push

github

web-flow
fix: make hide_modules exception-safe and cheapen is_module_available (#1167)

:robot: _AI text below_ :robot:

`hide_modules` removed its finder from `sys.meta_path` by identity, but
did not guard against the finder already being gone, so an exception
raised inside the `with` block (or code that rebuilt `sys.meta_path`)
could raise `ValueError` on exit instead of restoring `sys.meta_path`
and the hidden modules. `is_module_available` now checks for a module
spec instead of fully importing the module, which is cheaper and avoids
import side effects.

Split out of #1139. Addresses part of #1132.

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

3935 of 3948 relevant lines covered (99.67%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 33674245755.1 02 Sep 2026 07:48PM UTC 18
99.67
GitHub Action Run
Source Files on build 33674245755
  • Tree
  • List 18
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #33674245755
  • bc325a0a on github
  • Prev Build on develop (#33672011554)
  • Next Build on develop (#33684052169)
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