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

pirl-unc / hitlist / 25210786667
80%

Build:
DEFAULT BRANCH: main
Ran 01 May 2026 10:14AM UTC
Jobs 1
Files 27
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 May 2026 10:13AM UTC coverage: 70.97% (+0.03%) from 70.945%
25210786667

push

github

web-flow
v1.30.27: Close CSV file handles in scanner.py to silence ResourceWarning (#216)

scanner.py's _open_csv() returns a wrapped _ByteCountingFile that
csv.reader iterates against. The handle was never explicitly closed --
relying on garbage collection to release it -- which produced four
unclosed-file ResourceWarnings under pytest's default warning filters.

Fix: explicitly fh.close() after the per-source-path inner loop
completes. The noqa: SIM115 in _open_csv's open() call already
signals that the close lives at the call site (it just wasn't
actually wired up).

Targeted run with -W error::ResourceWarning now passes clean.

3711 of 5229 relevant lines covered (70.97%)

0.71 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25210786667.1 01 May 2026 10:14AM UTC 27
70.97
GitHub Action Run
Source Files on build 25210786667
  • Tree
  • List 27
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25210786667
  • f88bfaf1 on github
  • Prev Build on main (#25204045252)
  • Next Build on main (#25242264914)
  • Delete
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