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

coreui / coreui-pro / 33666801369
94%
main: 94%

Build:
Build:
LAST BUILD BRANCH: v6-dev
DEFAULT BRANCH: main
Ran 02 Sep 2026 06:24PM UTC
Jobs 1
Files 68
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

02 Sep 2026 06:22PM UTC coverage: 93.226%. Remained the same
33666801369

push

github

web-flow
fix(forms): reveal validation feedback that sits outside an input group (#1055)

The message was only revealed through a sibling combinator from the control
itself, so it stayed hidden the moment anything wrapped that control. Every
`.form-field` holding an `.input-group` hit this: the feedback is a sibling of
the group, not of the input, and a `.form-control.is-invalid` inside rendered
its message as `display: none` — silently, with the field styled red and no
text under it. The docs' own server-side validation example ships that way.

The state now reaches the feedback from the field, both for the `.is-{state}`
classes and for the `:user-{state}` path under `[data-coreui-validate]`. The
rule keys on the state itself rather than on a control class, because a group
also holds `.form-select` and the picker frames, and those carry the state on
different elements — `.form-control-group.is-invalid` for a picker,
`.form-multi-select.is-invalid` on the field root. That matches the generic
sibling rule above it, which does not qualify by control class either.

4830 of 5430 branches covered (88.95%)

Branch coverage included in aggregate %.

9263 of 9687 relevant lines covered (95.62%)

399.55 hits per line

Jobs
ID Job ID Ran Files Coverage
1 33666801369.1 02 Sep 2026 06:24PM UTC 68
93.23
GitHub Action Run
Source Files on build 33666801369
  • Tree
  • List 68
  • 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 #33666801369
  • f832e472 on github
  • Prev Build on v6-dev (#33624564328)
  • Next Build on v6-dev (#33666954908)
  • 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