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

openvax / vaxrank / 25820048632
96%
master: 88%

Build:
Build:
LAST BUILD BRANCH: v3.1.8
DEFAULT BRANCH: master
Ran 13 May 2026 07:04PM UTC
Jobs 0
Files 0
Run time –
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

pending completion
25820048632

push

github

web-flow
test.sh: memory-aware pytest-xdist worker count (#292)

* test.sh: memory-aware pytest-xdist worker count

Replaces the hardcoded ``-n 2`` with a worker count derived from both
CPU and available RAM. Each pytest worker carries ~3 GB of resident
state (pyensembl + mhctools + topiary models), so the right ceiling is
``min(cores, available_RAM / 3GB)`` rather than a constant.

Falls back to 1 worker on a constrained machine and stays at the
``min(...)`` value otherwise. Sibling pytest suites running on the
same host (hitlist, trufflepig) no longer push us into swap.

Linux uses ``/proc/meminfo`` MemAvailable; macOS sums vm_stat's free
+ inactive + speculative pages (all reclaimable on demand).

* test.sh: reindent + single-backticks per review

Functions now use 2-space indent matching the rest of test.sh, and
the comment block uses single backticks for inline code (Markdown
convention) instead of RST-style double backticks.
Source Files on build 25820048632
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #25820048632
  • ff0ad541 on github
  • Prev Build on v3.1.0 (#25819354641)
  • Next Build on main (#25820052339)
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