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

IgniteUI / igniteui-webcomponents / 24076996489
98%

Build:
DEFAULT BRANCH: master
Ran 07 Apr 2026 10:44AM UTC
Jobs 2
Files 201
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

07 Apr 2026 10:34AM UTC coverage: 98.403% (+0.004%) from 98.399%
24076996489

push

github

web-flow
fix(key-bindings): Handle overlapping key bindings correctly (#2178)

- When multiple keys are pressed in quick succession,
it's possible for their keydown events to overlap before
the corresponding keyup events fire. This can lead to
incorrect binding matches if the logic doesn't account for
the current state of pressed keys.

The fix involves ensuring that the key event handling logic
correctly identifies which keys are currently pressed and
matches them against the defined bindings, even when overlaps occur.

- Additionally, the skip logic is improved to prevent keys from
getting stuck if the skip condition changes between keydown and keyup events.

5574 of 5856 branches covered (95.18%)

Branch coverage included in aggregate %.

37 of 38 new or added lines in 1 file covered. (97.37%)

39219 of 39664 relevant lines covered (98.88%)

3005.51 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
99.18
0.21% src/components/common/controllers/key-bindings.ts
Jobs
ID Job ID Ran Files Coverage
1 24076996489.1 07 Apr 2026 10:44AM UTC 201
98.4
GitHub Action Run
2 24076996489.2 07 Apr 2026 03:00PM UTC 201
98.4
GitHub Action Run
Source Files on build 24076996489
  • Tree
  • List 201
  • 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 #24076996489
  • 8ddff701 on github
  • Prev Build on master (#24073187767)
  • Next Build on master (#24120693267)
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