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

pirl-unc / hitlist / 25819537433
76%

Build:
DEFAULT BRANCH: main
Ran 13 May 2026 06:51PM UTC
Jobs 1
Files 28
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

13 May 2026 06:48PM UTC coverage: 76.015%. Remained the same
25819537433

push

github

web-flow
v1.30.53: memory-aware pytest worker count in test.sh (#264)

pytest-xdist's `-n auto` spawns one worker per core, but the
integration tier's `full_observations_df` fixture costs ~2 GB per
worker (#244, #262).  On a 32 GB / 10-core Mac, `-n auto` blows
memory and thrashes the machine during deploy.

test.sh now picks min(cpus, available_RAM / per_worker_gb) — soft
heuristic, not a hard cap.  `PER_WORKER_GB=2.5` budget is tunable
inline as the fixture footprint shrinks (#262).

macOS available-RAM = free + inactive + speculative pages (the
reclaimable working set; what shows as "available" in Activity
Monitor's Memory tab).  Linux uses MemAvailable from /proc/meminfo.

Smoke: ``./test.sh`` on the local box reports "-n 9 (per-worker
budget ≈ 2.5 GB)" — was previously `-n auto` → 10, which OOM'd the
integration tier.  Test count unchanged.

4548 of 5983 relevant lines covered (76.02%)

0.76 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25819537433.1 13 May 2026 06:51PM UTC 28
76.02
GitHub Action Run
Source Files on build 25819537433
  • Tree
  • List 28
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25819537433
  • 7cbb8b5d on github
  • Prev Build on main (#25817940426)
  • Next Build on main (#25820271026)
  • 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