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

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

Build:
Build:
LAST BUILD BRANCH: feat/check-radio-switch-classes-v6
DEFAULT BRANCH: main
Ran 07 Aug 2026 03:10PM 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:09PM UTC coverage: 92.989% (+0.02%) from 92.973%
31191199006

push

github

web-flow
refactor(Collapse)!: drop the toggle option (#710)

The `toggle` option made the constructor change the state that the markup
declares. That surprised people, so almost every caller passed
`toggle: false` — including our own data API, our accordion wiring and the
jQuery bridge.

The constructor now always keeps the declared state. Add `.show` to start
open, and call `show()`, `hide()` or `toggle()` to change it.

BREAKING CHANGE: `toggle` is no longer a Collapse option. Replace
`new Collapse(el, { toggle: false })` with `new Collapse(el)`, and a caller
that relied on the constructor toggling with `new Collapse(el).toggle()`.
`data-coreui-toggle` on a trigger is unrelated and unchanged.

Ported from twbs/bootstrap#42799.

4267 of 4819 branches covered (88.55%)

Branch coverage included in aggregate %.

3 of 0 new or added lines in 0 files covered. (NaN%)

2 existing lines in 1 file now uncovered.

8281 of 8675 relevant lines covered (95.46%)

363.48 hits per line

Coverage Regressions

Lines Coverage ∆ File
2
97.63
0.95% js/src/collapse.ts
Jobs
ID Job ID Ran Files Coverage
1 31191199006.1 07 Aug 2026 03:10PM UTC 61
92.99
GitHub Action Run
Source Files on build 31191199006
  • Tree
  • List 61
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #31191199006
  • 39e3259c on github
  • Prev Build on v6-dev (#31191050586)
  • Next Build on v6-dev (#31216815452)
  • 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