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

coreui / coreui-pro / 33621617807
94%
main: 94%

Build:
Build:
LAST BUILD BRANCH: feat/tokens-json-v6
DEFAULT BRANCH: main
Ran 02 Sep 2026 11:02AM UTC
Jobs 1
Files 68
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

02 Sep 2026 10:51AM UTC coverage: 93.229% (+0.007%) from 93.222%
33621617807

push

github

web-flow
fix(SectionInput, NumberInput, OTPInput): remove every listener in dispose() (#1049)

SectionInput kept its form `submit` listener past dispose() and stacked
another one on every re-initialization; a disposed instance then threw in
the microtask on forms with `data-coreui-validate`. The handler is stored
per instance, registered on the remembered form and removed in dispose()
by callable, so a sibling field in the same form keeps its own.

NumberInput registered the `input` listener and the document pointer
listeners without the component namespace and never removed them, so
typing after dispose() threw and every instance left four document
listeners behind. All of them carry the namespace now, the document ones
are removed in dispose() by callable, the button listeners are removed
before the buttons are, and the document `blur` listener is gone — blur
does not bubble, so it never fired.

OTPInput's paste listener lacked the namespace, so it survived dispose()
and threw on the nulled config after re-initialization. `update({ linear:
false })` also left `tabindex="-1"` on empty slots; every slot returns to
the tab order now.

Workspace audit v6-js-pre-alpha-audit-2026-08 §2.

4769 of 5356 branches covered (89.04%)

Branch coverage included in aggregate %.

33 of 33 new or added lines in 3 files covered. (100.0%)

9083 of 9502 relevant lines covered (95.59%)

392.98 hits per line

Jobs
ID Job ID Ran Files Coverage
1 33621617807.1 02 Sep 2026 11:02AM UTC 68
93.23
GitHub Action Run
Source Files on build 33621617807
  • Tree
  • List 68
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #33621617807
  • 1c05dddb on github
  • Prev Build on v6-dev (#33621612514)
  • Next Build on v6-dev (#33622464005)
  • 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