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

coreui / coreui-pro / 34778543582
95%
main: 94%

Build:
Build:
LAST BUILD BRANCH: v6-dev
DEFAULT BRANCH: main
Ran 13 Sep 2026 07:44PM UTC
Jobs 1
Files 76
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

13 Sep 2026 07:43PM UTC coverage: 94.007% (+0.02%) from 93.99%
34778543582

push

github

web-flow
fix(Autocomplete, ChipInput): no black border flash while the frame is applied (#1267)

Both take the frame class on an element the page has already painted, and
`.form-control-group` brings `border-color` together with a transition on it.
The browser therefore animated from the bare `<div>`'s computed border colour,
`currentColor`, to the token — measured in Chromium on Autocomplete as a
140 ms fade from near-black to the grey border, on every page load.

`applyControlGroupClasses` exists for exactly this and the pickers already use
it: it suppresses the transition, adds the classes, forces a reflow and puts
the transition back. Both components now go through it, and the same probe
records a single jump to the final colour.

Autocomplete's stylesheet gains `forms/floating-labels` in its requires. The
import pulls `util/form-control-group` into its graph, and the stylesheet
check reads that graph — but the requirement is real either way: the docs
document Autocomplete inside a `.form-floating`, and both pickers already
declare it.

Multi Select is left alone: its frame is a wrapper it creates, so it has no
previously computed style to animate from.

5614 of 6263 branches covered (89.64%)

Branch coverage included in aggregate %.

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

10887 of 11290 relevant lines covered (96.43%)

466.84 hits per line

Jobs
ID Job ID Ran Files Coverage
1 34778543582.1 13 Sep 2026 07:44PM UTC 76
94.01
GitHub Action Run
Source Files on build 34778543582
  • Tree
  • List 76
  • Changed 3
  • Source Changed 2
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #34778543582
  • 4a7e6d72 on github
  • Prev Build on v6-dev (#34777534555)
  • Next Build on v6-dev (#34780529667)
  • 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