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

coreui / coreui-pro
93%
main: 95%

Build:
Build:
LAST BUILD BRANCH: v6-dev
DEFAULT BRANCH: main
Repo Added 17 May 2026 10:15AM UTC
Token xWsYEliUZcsKD8YuHf3HMmjnbcE48xXcC regen
Build 201 Last
Files 61
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

LAST BUILD ON BRANCH v6-dev
branch: v6-dev
CHANGE BRANCH
x
Reset
Sync Branches
  • v6-dev
  • chore/astro-7
  • chore/astro-docs-0.1.1
  • chore/bump-actions
  • chore/bump-astro-docs-0.1.0-beta.12
  • chore/bump-astro-docs-0.1.2
  • chore/bump-dependencies
  • chore/bundlewatch-thresholds
  • chore/harden-dependabot
  • chore/ignore-nested-node-modules
  • chore/lint-ban-array-at
  • chore/remove-unused-version-short-config
  • chore/sha-pin-actions
  • chore/sync-upstream
  • chore/sync-upstream-5.9
  • dependabot/github_actions/github-actions-1c6ae8e56a
  • dependabot/github_actions/github-actions-3baa32a105
  • dependabot/github_actions/github-actions-70080233b2
  • dependabot/github_actions/github-actions-7e54f4a74d
  • dependabot/github_actions/github-actions-e021b9f00e
  • docs/ai-tools-mcp
  • docs/mcp-angular-edition
  • docs/mcp-clients
  • docs/menu-sidebar
  • docs/toggle-buttons-spacing
  • docs/v6-guide-javascript
  • feat/a11y-conformance
  • feat/a11y-form-control-labels
  • feat/astro-docs
  • feat/autocomplete-home-end-keys
  • feat/browser-support
  • feat/combobox-core
  • feat/date-input
  • feat/floating-ui
  • feat/menu
  • feat/multi-select-hide-select-all-on-search-no-results
  • feat/multi-select-native-validation
  • feat/multi-select-select-all-template
  • feat/rolldown-dist
  • feat/typescript-dom
  • feat/typescript-tooling
  • feat/vitest
  • fix/ai-tools-links
  • fix/array-at-browser-support
  • fix/autocomplete-allow-only-defined-options-click
  • fix/autocomplete-highlight-xss
  • fix/autocomplete-no-results-live-region
  • fix/autocomplete-option-roles
  • fix/broken-doc-links
  • fix/calendar-day-cell-aria-label
  • fix/chip-a11y-semantics
  • fix/chip-icon-sanitizer
  • fix/combobox-indicator-parity
  • fix/date-picker-today-button-disabled
  • fix/docs-framework-name-typos
  • fix/docs-validation-script
  • fix/loading-button-submit
  • fix/multi-select-header-snippet
  • fix/multi-select-update-native-attrs
  • fix/otp-autocomplete-one-time-code
  • fix/placeholder-false-label
  • fix/restore-release-candidate-banner
  • fix/sanitizer-bypass-config-strings
  • fix/time-picker-hour-cycle
  • fix/tooltip-chip-input-a11y
  • fix/tooltip-escape-dismiss
  • fix/vnu-lorem-ipsum-lang
  • main
  • refactor/anchored-position
  • refactor/combobox-formcheck-indicator
  • refactor/combobox-options-menu
  • refactor/combobox-stage2
  • refactor/js-deprecations
  • refactor/multi-select-cleanup
  • refactor/multi-select-is-option-group
  • refactor/multi-select-rename-init
  • refactor/shared-sanitizer-utils

01 Aug 2026 12:38AM UTC coverage: 93.094%. Remained the same
30676034706

push

github

web-flow
refactor(MultiSelect): checkbox indicators reuse the form-check surface (#660)

The combobox option indicators re-implemented the form-check visuals as
::before pseudo-elements with their own variable set. They are now decorative
.form-check-input spans (valid inside the select-all <button>, unlike a real
<input>), so size, border, radius, background and theming come from the
form-check surface itself; the host's selected/indeterminate classes drive
the state through the form-check custom properties. aria-hidden keeps them
out of the accessibility tree — aria-selected carries the semantics.

The combobox partial keeps only the indicator placement and the two
class-driven state rules; nine $combobox-option-indicator-* variables and
their tokens are gone. The select-all button now wraps its label in a span so
header refreshes don't wipe the indicator (textContent behavior unchanged).

4659 of 5246 branches covered (88.81%)

Branch coverage included in aggregate %.

9037 of 9466 relevant lines covered (95.47%)

632.89 hits per line

Relevant lines Covered
Build:
Build:
9466 RELEVANT LINES 9037 COVERED LINES
632.89 HITS PER LINE
Source Files on v6-dev
  • Tree
  • List 61
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
30676034706 v6-dev refactor(MultiSelect): checkbox indicators reuse the form-check surface (#660) The combobox option indicators re-implemented the form-check visuals as ::before pseudo-elements with their own variable set. They are now decorative .form-check-input... push 01 Aug 2026 12:49AM UTC web-flow github
93.09
30676245999 v6-dev fix(MultiSelect): match the combobox checkbox indicators to the standard form checks (#661) Two visual deltas slipped through the form-check reuse: the border radius is applied by the form-check surface only through its [type="checkbox"] selector... push 01 Aug 2026 12:45AM UTC web-flow github
93.09
30666672244 v6-dev refactor(MultiSelect,Autocomplete)!: one options menu in the combobox engine with unified .combobox-* classes (#659) Stage 2b of the combobox consolidation. The options dropdown — container, header, options/optgroup rendering, click resolution, n... push 31 Jul 2026 09:29PM UTC web-flow github
93.09
30653190239 v6-dev fix(Chip,ChipSet,ChipInput): expose real roles for chip selection and announce add/remove (#658) Closes the WCAG suite's recorded chip-family GAPs: - A selectable chip set is a horizontal role=listbox (aria-multiselectable in multiple mode) an... push 31 Jul 2026 05:58PM UTC web-flow github
93.12
30652252198 v6-dev refactor(MultiSelect,Autocomplete): move the show/hide lifecycle and shared keyboard wiring into the combobox engine (#657) push 31 Jul 2026 05:44PM UTC GitHub github
93.12
30651405751 v6-dev feat(MultiSelect,Autocomplete): rebuild both on an internal shared combobox engine (#656) push 31 Jul 2026 05:31PM UTC GitHub github
93.14
30649494996 v6-dev docs(Menu): add the Menu page to the docs sidebar (#655) push 31 Jul 2026 05:02PM UTC web-flow github
93.16
30648508523 v6-dev test(a11y): add the WCAG conformance test suite (#654) push 31 Jul 2026 04:48PM UTC GitHub github
93.16
30647557954 v6-dev fix(Tooltip,ChipInput): resolve the axe-core violations (#653) push 31 Jul 2026 04:34PM UTC GitHub github
93.16
30645429696 v6-dev Merge pull request #652 from coreui/feat/browser-support feat!: raise the browser floors to native light-dark() push 31 Jul 2026 04:03PM UTC web-flow github
93.16
See All Builds (201)

Badge your Repo: coreui-pro

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

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

Refresh
  • Settings
  • Repo on GitHub
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