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

Kikobeats / superlock / 31020843318
100%

Build:
DEFAULT BRANCH: master
Ran 05 Aug 2026 03:33PM UTC
Jobs 1
Files 2
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 Aug 2026 03:32PM UTC coverage: 100.0%. Remained the same
31020843318

push

github

web-flow
fix: treat null signal as no cancellation under contention (#24)

* fix: treat null signal as no cancellation under contention

Passing null as the AbortSignal under contention took the abortable
queue path (signal !== undefined), so addEventListener threw after the
waiter was enqueued. That left a zombie whose acquire() also threw on
release, rejecting successful withLock work and letting later acquirers
jump the FIFO queue.

Treat null like undefined, and unlink the waiter if subscribe throws.

* refactor: reject a malformed signal before enqueueing

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01MTbj6CYXGsk6rhXx7J8SUP

---------

Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Kiko Beats <josefrancisco.verdu@gmail.com>
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>

40 of 40 branches covered (100.0%)

Branch coverage included in aggregate %.

4 of 4 new or added lines in 1 file covered. (100.0%)

111 of 111 relevant lines covered (100.0%)

148.86 hits per line

Jobs
ID Job ID Ran Files Coverage
1 31020843318.1 05 Aug 2026 03:33PM UTC 2
100.0
GitHub Action Run
Source Files on build 31020843318
  • Tree
  • List 2
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #31020843318
  • 03f66a45 on github
  • Prev Build on master (#30846845860)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc