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

openvax / isovar / 24485183893
94%

Build:
DEFAULT BRANCH: master
Ran 16 Apr 2026 12:23AM UTC
Jobs 3
Files 55
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

16 Apr 2026 12:19AM UTC coverage: 92.923% (+0.003%) from 92.92%
24485183893

push

github

web-flow
Fix: collapse_substrings no longer re-appends absorbed short sequences (#139)

The inner loop over candidate superstrings reassigned `found_superstring` on
every iteration, so its final value only reflected whether the LAST candidate
contained the short sequence — not whether any of them did. When a shorter
VariantSequence was contained in an earlier (longer) result but not in a
later one, the short sequence's reads were both absorbed into the earlier
result AND the short sequence itself was appended to result_list, causing
the same reads to be counted twice in downstream assembly.

Add a `break` after the first superstring match so short sequences are
absorbed into exactly one superstring and not reappended.

Add two regression tests covering (a) the original scenario and (b) the
case where the short sequence has multiple valid superstrings.

Fixes #130

4 of 4 new or added lines in 2 files covered. (100.0%)

2022 of 2176 relevant lines covered (92.92%)

2.79 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24485183893.1 16 Apr 2026 12:23AM UTC 55
92.92
GitHub Action Run
2 24485183893.2 16 Apr 2026 12:23AM UTC 55
92.92
GitHub Action Run
3 24485183893.3 16 Apr 2026 12:24AM UTC 55
92.92
GitHub Action Run
Source Files on build 24485183893
  • Tree
  • List 55
  • Changed 2
  • Source Changed 2
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24485183893
  • b0b02cd2 on github
  • Prev Build on master (#24480988212)
  • Next Build on master (#24486760182)
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