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

coreui / coreui-pro / 31191050586
93%
main: 94%

Build:
Build:
LAST BUILD BRANCH: v6-dev
DEFAULT BRANCH: main
Ran 07 Aug 2026 03:09PM UTC
Jobs 1
Files 61
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 Aug 2026 03:07PM UTC coverage: 92.973% (+0.006%) from 92.967%
31191050586

push

github

web-flow
feat(JavaScript): return a promise from the lifecycle methods (#708)

`show()`, `hide()`, `toggle()` and `close()` returned before the transition
ended, so a caller had to listen for a `shown.coreui.*` or `hidden.coreui.*`
event to continue. `_queueCallback` now returns a promise and each component
awaits it, so a caller can `await` the method instead.

The promise always settles, so a no-op call — already open, a prevented
`show.coreui.*`, an instance disposed mid-transition — cannot strand the
caller. That last case also needed the completion callback to be skipped once
the instance is gone, which `_queueCallback` now does.

Covered by Collapse, Menu, Modal, Offcanvas, Popover, Sidebar and Tooltip
(`show`/`hide`/`toggle`), Toast (`show`/`hide`), Tab (`show`) and Alert
(`close`). Carousel keeps its own cue-based API. The event path is unchanged.

Ported from twbs/bootstrap#42802, adapted to the components this tree has.

4272 of 4825 branches covered (88.54%)

Branch coverage included in aggregate %.

53 of 53 new or added lines in 9 files covered. (100.0%)

8285 of 8681 relevant lines covered (95.44%)

363.52 hits per line

Jobs
ID Job ID Ran Files Coverage
1 31191050586.1 07 Aug 2026 03:09PM UTC 61
92.97
GitHub Action Run
Source Files on build 31191050586
  • Tree
  • List 61
  • Changed 10
  • Source Changed 10
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #31191050586
  • e899e1ef on github
  • Prev Build on v6-dev (#31190734908)
  • Next Build on v6-dev (#31191199006)
  • 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