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

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

Build:
Build:
LAST BUILD BRANCH: fix/autocomplete-hint-padding-v6
DEFAULT BRANCH: main
Ran 22 Aug 2026 01:37AM UTC
Jobs 1
Files 66
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

22 Aug 2026 01:35AM UTC coverage: 93.272%. Remained the same
32543894441

push

github

web-flow
fix(docs): repair the three HTML validation failures (#841)

* fix(docs): repair the three HTML validation failures

`docs-vnu` runs vnu-jar with `--Werror`, so it has been red on v6-dev since
2026-08-20. Three unrelated causes, none of them visible from `docs-build`:

- **Range slider, six warnings.** The theme-colors example put `aria-label` on
  the wrapper `<div>`, which has a generic role and cannot be named. The
  component never read it either — handles are labelled from `ariaLabels`, and
  the wrapper gets no role — so the six sliders announced "Minimum value" /
  "Maximum value" regardless. Moved to `data-coreui-aria-labels`, which the
  component does read: the handles now announce "Primary minimum" and so on.
  This is the failure that turned the job red first; the earliest failing run
  has no `error:` line at all.

- **Reboot, three errors.** The iframe demos passed raw `<`, `>` and spaces in
  a `data:` URL. Percent-encoded. `srcdoc` would read better, but it is not
  equivalent: pixel-compared in Chromium, the two agree when the embedded
  document declares `color-scheme` and disagree when it does not — which is
  exactly what the third demo exists to show.

- **Buttons, one error.** A `<style>` element inside the example div; `style`
  is metadata content and belongs in `<head>`. The demo sets the theme tokens
  on a wrapper instead, which works because they inherit, and the class form
  stays on the page as a CSS snippet.

The Visual job also uploads `.vitest-attachments/` now. The step is called
"Upload baselines or diffs" but only ever carried the baselines, so a failing
run handed back the stale reference and nothing to compare it against.

* ci(visual): include the hidden attachments directory in the artifact

`.vitest-attachments/` holds the actual and diff images, and upload-artifact
skips dot directories unless `include-hidden-files` says otherwise — so the
previous commit added the path and the artifact still came back without it.

4537 of 5095 branches covered (89.05%)

Branch coverage included in aggregate %.

8661 of 9055 relevant lines covered (95.65%)

399.89 hits per line

Jobs
ID Job ID Ran Files Coverage
1 32543894441.1 22 Aug 2026 01:37AM UTC 66
93.27
GitHub Action Run
Source Files on build 32543894441
  • Tree
  • List 66
  • 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 #32543894441
  • 4a675ca9 on github
  • Prev Build on v6-dev (#32542423505)
  • Next Build on v6-dev (#32543899454)
  • 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