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

pirl-unc / hitlist / 25029707008
80%

Build:
DEFAULT BRANCH: main
Ran 28 Apr 2026 01:59AM UTC
Jobs 1
Files 23
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

28 Apr 2026 01:57AM UTC coverage: 61.383% (+0.03%) from 61.354%
25029707008

push

github

web-flow
v1.24.2: List-style CLI args accept space-separated values (#136 follow-up) (#166)

Pre-fix the list-style CLI flags (--mhc-allele, --gene, --gene-name,
--serotype, --cell-line, --assay-method, etc.) only accepted repeated
flags ("--gene NRAS --gene KRAS") and silently failed on the documented
comma form ("--gene NRAS,KRAS" left "NRAS,KRAS" as a single token that
matched nothing).  Now all three input shapes flatten to the same list:

    --gene NRAS --gene KRAS         repeated
    --gene NRAS KRAS                space-separated
    --gene NRAS,KRAS                comma-separated
    --gene NRAS,KRAS HRAS           mixed

Mechanism:
- argparse: action="append" → action="extend", nargs="+" everywhere
- _to_list flattens commas inside list elements (and strips empties)
- help-text wording updated globally to "Space-separated, comma-separated,
  or repeated"

Tests:
- _to_list covers all three shapes + mixed + empty/whitespace edge cases
- argparse parser test confirms the three shapes produce identical Namespaces

2645 of 4309 relevant lines covered (61.38%)

0.61 hits per line

Coverage Regressions

Lines Coverage ∆ File
116
17.11
0.0% cli.py
16
81.53
-0.17% export.py
Jobs
ID Job ID Ran Files Coverage
1 25029707008.1 28 Apr 2026 01:59AM UTC 23
61.38
GitHub Action Run
Source Files on build 25029707008
  • Tree
  • List 23
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25029707008
  • 42d9db8c on github
  • Prev Build on main (#25019666995)
  • Next Build on main (#25030468362)
  • 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