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

contributte / datagrid / 22669718824
51%

Build:
DEFAULT BRANCH: master
Ran 04 Mar 2026 12:39PM UTC
Jobs 1
Files 98
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

04 Mar 2026 12:39PM UTC coverage: 48.875%. Remained the same
22669718824

push

github

web-flow
Fix: abort previous filter request on new keystroke (#1263)

The autosubmit filter had two issues:

1. The debounce() utility used a blockedByPromise mechanism that
   silently discarded keystrokes while a request was in flight.
   When the server was slow, the user could type "abc" but only
   get results for "a" because "b" and "c" were dropped.
   Removed blockedByPromise so debounce always resets the timer.

2. When typing slowly (>200ms between keystrokes), each keystroke
   triggered a separate AJAX request, but previous requests were
   never aborted. Added data-naja-unique attribute to the filter
   form so Naja's built-in UniqueExtension automatically aborts
   the previous request when a new one starts.

1369 of 2801 relevant lines covered (48.88%)

0.49 hits per line

Jobs
ID Job ID Ran Files Coverage
1 22669718824.1 04 Mar 2026 12:39PM UTC 98
48.88
GitHub Action Run
Source Files on build 22669718824
  • Tree
  • List 98
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 336a767c on github
  • Prev Build on master (#22597132194)
  • Next Build on master (#22771376664)
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