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

Kikobeats / superlock
100%

Build:
DEFAULT BRANCH: master
Repo Added 04 Aug 2022 08:50AM UTC
Files 2
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

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • cursor/critical-bug-management-1837
  • dependabot/github_actions/actions/checkout-5
  • dependabot/github_actions/actions/checkout-6
  • dependabot/github_actions/actions/checkout-7
  • dependabot/github_actions/actions/setup-node-5
  • dependabot/github_actions/actions/setup-node-6
  • dependabot/github_actions/actions/setup-node-7
  • dependabot/github_actions/pnpm/action-setup-5
  • dependabot/github_actions/pnpm/action-setup-6
  • feat/abortable-acquire

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

Relevant lines Covered
Build:
Build:
111 RELEVANT LINES 111 COVERED LINES
148.86 HITS PER LINE
Source Files on master
  • Tree
  • List 2
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
31020843318 master 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 addEventListe... push 05 Aug 2026 03:33PM UTC web-flow github
100.0
30846845860 master ci(dependabot): ignore actions minor/patch Floating major tags already pick up those updates at runtime. push 03 Aug 2026 07:42PM UTC Kikobeats github
100.0
30536684481 master chore: improve npm search metadata Co-authored-by: Cursor <cursoragent@cursor.com> push 30 Jul 2026 10:57AM UTC Kikobeats github
100.0
29366661787 master build(deps): bump actions/setup-node from 6 to 7 (#23) Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6 to 7. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-n... push 14 Jul 2026 08:41PM UTC web-flow github
100.0
27792961960 master build(deps): bump actions/checkout from 6 to 7 (#20) Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob... push 18 Jun 2026 10:23PM UTC web-flow github
100.0
26358510240 master chore: tweaks push 24 May 2026 10:15AM UTC Kikobeats github
100.0
24384258559 master build(deps): bump pnpm/action-setup from 5 to 6 (#18) * build(deps): bump pnpm/action-setup from 5 to 6 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 5 to 6. - [Release notes](https://github.com/pnpm/action-setup/releases)... push 14 Apr 2026 06:23AM UTC web-flow github
100.0
23219126816 master Merge pull request #17 from Kikobeats/dependabot/github_actions/pnpm/action-setup-5 build(deps): bump pnpm/action-setup from 4 to 5 push 17 Mar 2026 10:21PM UTC web-flow github
100.0
19563781852 master Merge pull request #16 from Kikobeats/dependabot/github_actions/actions/checkout-6 build(deps): bump actions/checkout from 5 to 6 push 21 Nov 2025 07:53AM UTC web-flow github
100.0
18529820786 master Merge pull request #15 from Kikobeats/dependabot/github_actions/actions/setup-node-6 build(deps): bump actions/setup-node from 5 to 6 push 15 Oct 2025 01:04PM UTC web-flow github
100.0
See All Builds (74)
  • Repo on GitHub
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