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

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

Build:
Build:
LAST BUILD BRANCH: v6-dev
DEFAULT BRANCH: main
Ran 07 Aug 2026 03:05PM 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:03PM UTC coverage: 92.967% (-0.005%) from 92.972%
31190734908

push

github

web-flow
refactor(Toast)!: move the transition to CSS with @starting-style (#707)

Toast was the last component driving its animation from JavaScript: it
toggled `.fade`, forced a reflow, then juggled `.show`, `.showing` and a
deprecated `.hide` class to fake an exit animation. Menu and the picker popup
already express this in CSS, so Toast now does the same — `@starting-style`
supplies the state to animate from, and a discrete `display` transition keeps
the toast laid out until the fade-out finishes. JavaScript only toggles
`.show`.

BREAKING CHANGE: the `animation` option and `data-coreui-animation` are gone;
add `.toast-instant` to skip the animation. The `.showing` class and the
deprecated `.hide` class are gone with them, and toasts no longer take the
generic `.fade` class. `isShown()` now returns `false` as soon as `hide()` is
called, rather than when the fade-out ends.

Ported from twbs/bootstrap#42783.

4268 of 4821 branches covered (88.53%)

Branch coverage included in aggregate %.

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

8277 of 8673 relevant lines covered (95.43%)

362.76 hits per line

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