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

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

Build:
Build:
LAST BUILD BRANCH: v6-dev
DEFAULT BRANCH: main
Ran 07 Aug 2026 03:04PM 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.975%. Remained the same
31190692618

push

github

web-flow
refactor(Sass): gate transitions behind prefers-reduced-motion: no-preference (#705)

The transition mixin emitted a transition, then switched it off again in a
`prefers-reduced-motion: reduce` query. Every animated rule therefore paid
for an override block — 57 of them across the bundle. The mixin now emits
the transition inside a `no-preference` query instead, which drops those
blocks and shrinks the compiled CSS.

Rules that force `transition: none` stay outside the query. Those rules
disable motion on purpose, so they must reach reduced-motion readers too.
The old guard tested `!= none`, which missed `none !important` because Sass
passes it as a two-item list; `list.index()` catches both spellings.

A browser without support for the media feature now gets no transition. The
migration guide records that trade-off.

Adapted from twbs/bootstrap#42781. The other half of that PR — splitting the
composed `--*-transition` tokens into property/duration/timing — does not
apply here: our tokens carry a duration per property, so the shorthand bug it
fixes never existed in this tree.

4268 of 4821 branches covered (88.53%)

Branch coverage included in aggregate %.

8279 of 8674 relevant lines covered (95.45%)

362.83 hits per line

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