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

sgobotta / live_dj / db5637a3e8e7def9480d8681fa2caa2ecb83d720-PR-146
68%
dev: 68%

Build:
Build:
LAST BUILD BRANCH: feature/move-theme-to-settings
DEFAULT BRANCH: dev
Ran 25 Aug 2026 11:08PM UTC
Jobs 1
Files 83
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

25 Aug 2026 11:01PM UTC coverage: 68.401%. Remained the same
db5637a3e8e7def9480d8681fa2caa2ecb83d720-PR-146

Pull #146

github

sgobotta
Fix plain arrows still seeking/adjusting volume on the sliders

The registry's default ignoreInputs guard blocks a scope whenever the
event target's tag is INPUT - meant to stop shortcuts from firing
while typing, but the seek bar and volume slider are also <input>
elements (type="range"), so this scope was silently declining before
ever reaching its own navigation logic whenever either was focused.
Plain arrow keys fell straight through to the native slider behavior
untouched, defeating the self-loop/preventDefault handling added for
them. Opt this scope out of that guard - move()'s own
this.el.contains(active) check already scopes it correctly, since
nothing text-editable lives inside the player controls container.

Adds an integration-level regression test (mounting the hook against
a real fixture and dispatching real keydown events through the
registry) so this class of bug - a scope's own directions being
correct but never reached - can't silently regress again.
Pull Request #146: Add a consumer-agnostic keyboard system with explicit grid navigation

1472 of 2152 relevant lines covered (68.4%)

30.42 hits per line

Coverage Regressions

Lines Coverage ∆ File
8
64.86
0.0% //lib/livedj_web/components/mini_avatar_stack_component.ex
2
47.67
0.0% //lib/livedj/sessions.ex
Jobs
ID Job ID Ran Files Coverage
1 db5637a3e8e7def9480d8681fa2caa2ecb83d720-PR-146.1 25 Aug 2026 11:08PM UTC 83
68.4
GitHub Action Run
Source Files on build db5637a3e8e7def9480d8681fa2caa2ecb83d720-PR-146
  • Tree
  • List 83
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #146
  • PR Base - dev (#1D26F72B...)
  • Delete
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