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

pirl-unc / hitlist / 26994604019
79%

Build:
DEFAULT BRANCH: main
Ran 05 Jun 2026 04:07AM UTC
Jobs 1
Files 29
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

05 Jun 2026 04:03AM UTC coverage: 76.995% (+0.4%) from 76.645%
26994604019

push

github

web-flow
v1.30.63: cap integration-test workers in CI to avoid OOM (#272 follow-up) (#274)

Seeding the ci-corpus-v1 release exposed a bug in the corpus mechanism:
once the corpus is present, the 3.11 job ran the integration suite under
'pytest -n auto' (4 workers on a 16 GB runner) and got OOM-killed
('The operation was canceled' mid-run, ~48%). Each integration test
materializes the full ~4.4M-row observations table, and the #262 Arrow
xdist fixture only shares numeric/categorical columns zero-copy — string
columns materialize per worker, so 4 workers exceed RAM.

Fix: split the 3.11 test step — non-integration with -n auto (full
parallelism), integration capped at -n 2 (still exercises the cross-worker
mmap fixture, but the build peak + 2 workers fit in 16 GB). Coverage
accumulates via --cov-append. Add timeout-minutes: 25 so a future
hang/OOM fails fast instead of burning the 360-min default.

Verified: pytest -m integration -n 2 -> 20 passed, 1 skipped locally.

4843 of 6290 relevant lines covered (77.0%)

0.77 hits per line

Coverage Regressions

Lines Coverage ∆ File
2
56.39
-0.29% cli.py
1
96.26
-0.53% bulk_proteomics.py
1
84.18
2.71% export.py
Jobs
ID Job ID Ran Files Coverage
1 26994604019.1 05 Jun 2026 04:07AM UTC 29
77.0
GitHub Action Run
Source Files on build 26994604019
  • Tree
  • List 29
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26994604019
  • 0db646af on github
  • Prev Build on main (#26992506673)
  • Next Build on main (#26995946149)
  • 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