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

twbs / bootstrap / 27732646677
94%
main: 96%

Build:
Build:
LAST BUILD BRANCH: dependabot/github_actions/github-actions-24b7a65592
DEFAULT BRANCH: main
Ran 18 Jun 2026 02:26AM UTC
Jobs 1
Files 33
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

18 Jun 2026 02:25AM UTC coverage: 94.336% (+0.06%) from 94.274%
27732646677

push

github

web-flow
Dispose existing instance when a component is re-instantiated on an element (#42509)

Re-creating a component on an element that already has one (e.g. `new
Toast(el)` twice) silently overwrote the instances registry, orphaning the
previous instance with its event listeners and timers still attached. Dispose
the existing instance before registering the new one so it is cleaned up
instead of leaking, while keeping `getInstance()` returning the latest instance.

Also guard `_queueCallback` so a transition completion callback is skipped once
the instance has been disposed, preventing the `this._element is null` error
when `dispose()` is called mid-transition.

Closes #37245
Closes #41473

1014 of 1130 branches covered (89.73%)

Branch coverage included in aggregate %.

7 of 7 new or added lines in 1 file covered. (100.0%)

6 existing lines in 2 files now uncovered.

2917 of 3037 relevant lines covered (96.05%)

205.01 hits per line

Coverage Regressions

Lines Coverage ∆ File
5
97.56
0.52% js/src/carousel.js
1
95.71
-1.23% js/src/dom/event-handler.js
Jobs
ID Job ID Ran Files Coverage
1 27732646677.1 18 Jun 2026 02:26AM UTC 33
94.34
GitHub Action Run
Source Files on build 27732646677
  • Tree
  • List 33
  • Changed 4
  • Source Changed 2
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #27732646677
  • 1f6bdf8c on github
  • Prev Build on v6-dev (#27727286821)
  • Next Build on v6-dev (#27732833794)
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