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

corex-ui / corex
94%
main: 94%

Build:
Build:
LAST BUILD BRANCH: chore/release-0.2.0
DEFAULT BRANCH: main
Repo Added 28 Feb 2026 03:31AM UTC
Token LutuMv2S46aUF6A2R6alsYWo0NvXd5DsI regen
Build 405 Last
Files 174
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 chore/release-0.2.0
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • 0.1.0-release
  • beta-2
  • beta-3
  • beta-4
  • chore/api-modules-contract-tests
  • chore/release-0.2.0
  • chore/widen-phoenix-live-view-constraint
  • ci/integration-test-dedup
  • corex-install
  • corex-installer
  • doc/add-corex.new-doc-to-corex
  • feat/controlled-form-fields
  • feat/corex-design-v2
  • feat/e2e-design-2
  • feat/ui-modifiers
  • feat/unreleased
  • fix/clone-icon-templates
  • fix/component-polish
  • fix/corex-new-gettext-priv
  • fix/datatable-helper-hardening
  • fix/datatable-sort-whitelist
  • fix/design-color-picker
  • fix/e2e-hexdocs-component-links
  • fix/e2e-no-mix-env-at-runtime
  • fix/e2e-signature-text-database
  • fix/e2e-tetrex-list-top-lean
  • fix/file-upload-hidden-input-a11y
  • fix/mcp-security-hardening
  • fix/menu-disabled-a11y-sync
  • fix/menu-submenu-subscribe-leak
  • fix/menu-trigger-disabled
  • fix/pagination-client-url-parity
  • fix/pagination-link--aria-label
  • fix/redirect-url-validation
  • fix/security-hardening
  • fix/toast-dom-events
  • fix/toast-xss-and-dispose
  • fix/tooltip-trigger-focusable
  • form-inputs
  • generators-update
  • main
  • new-zag-components
  • perf/combobox-datepicker-render
  • release/0.1.0
  • release/0.1.0-rc.1
  • release/0.1.1
  • release/0.1.2

17 Jul 2026 01:58PM UTC coverage: 93.629%. Remained the same
bcdc7bc24de9a5a2c2d5b67e20bd94699cd439fa-PR-75

Pull #75

github

karim-semmoud
chore(release): package Corex 0.2.0 changelog

Fold Unreleased notes into ## 0.2.0 with Design v2 packaging and
Train B contracts so the Hex release ships a complete changelog.

Co-authored-by: Cursor <cursoragent@cursor.com>
Pull Request #75: chore(release): package Corex 0.2.0 changelog

7803 of 8334 relevant lines covered (93.63%)

36.97 hits per line

Relevant lines Covered
Build:
Build:
8334 RELEVANT LINES 7803 COVERED LINES
36.97 HITS PER LINE
Source Files on main
  • Tree
  • List 174
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
bcdc7bc2... chore/release-0.2.0 chore(release): package Corex 0.2.0 changelog Fold Unreleased notes into ## 0.2.0 with Design v2 packaging and Train B contracts so the Hex release ships a complete changelog. Co-authored-by: Cursor <cursoragent@cursor.com> Pull #75 17 Jul 2026 02:00PM UTC karim-semmoud github
93.63
d4d4e60b... main Feat/corex_mcp (#74) * refactor(corex): split helpers into Attrs, ValueBinding, and form contracts Introduce JSON multi-value datasets, FormField auto_invalid defaults, Connect.ItemNav, and shared form_control attrs. Helpers re-export for compat... push 17 Jul 2026 01:57PM UTC web-flow github
93.63
fcf8f55b... feat/unreleased fix(e2e): drop data-invalid asserts on basic switch ecto form The basic form only shows error text; data-invalid is covered by the dedicated invalid demo that passes FormField.invalid?/1. Co-authored-by: Cursor <cursoragent@cursor.com> Pull #74 17 Jul 2026 12:49PM UTC karim-semmoud github pending completion  
a6665828... feat/unreleased fix(date-picker,menu): normalize single date lists and re-render on update Accept one-element list values for single-mode date pickers (form display helpers), and re-render the menu tree on LiveView updated so trigger aria-disabled/tabindex stay ... Pull #74 17 Jul 2026 11:58AM UTC karim-semmoud github pending completion  
55a7f035... feat/unreleased fix(js): add PointerEvent to ESLint browser globals tags-input delete-trigger handler uses PointerEvent; declare it like MouseEvent so pnpm lint passes under no-undef. Co-authored-by: Cursor <cursoragent@cursor.com> Pull #74 17 Jul 2026 11:03AM UTC karim-semmoud github pending completion  
fa5b920a... feat/unreleased fix(lint): clear design credo, Castore, and stale telemetry check Use Enum.map_join, handle json_polyfill start failures, add castore for excoveralls on design/mcp, and drop the removed MissingTelemetryInLiveViewMount Credo check from package con... Pull #74 17 Jul 2026 10:54AM UTC karim-semmoud github pending completion  
02ab7dce... feat/unreleased fix(e2e): expect JSON list data-value on controlled select ValueBinding encodes select values as JSON arrays; align the form LiveView assertions with the component unit tests. Co-authored-by: Cursor <cursoragent@cursor.com> Pull #74 17 Jul 2026 10:48AM UTC karim-semmoud github pending completion  
d42af3f8... feat/unreleased fix(e2e): clear credo DualKeyAccess and PathTraversal warnings Normalize pin attrs to string keys once, guard LiveView upload tmp paths before File.rm, and exclude the admin form from PathTraversal like the other upload LiveView. Co-authored-by:... Pull #74 17 Jul 2026 10:44AM UTC karim-semmoud github
93.64
06d97244... feat/unreleased fix(mcp,e2e): load json_polyfill for OTP 26 and uniq a11y routes Match root mix Code.ensure_loaded?(:json) for corex_mcp so OTP 26 compiles without :json warnings, and drop duplicate data-table patterns paths that broke DocA11yRoutesCoverageTest.... Pull #74 17 Jul 2026 10:29AM UTC karim-semmoud github pending completion  
aa049e03... feat/unreleased fix(installer): load corex_mcp in :test to match endpoint plug Co-authored-by: Cursor <cursoragent@cursor.com> Pull #74 17 Jul 2026 10:22AM UTC karim-semmoud github pending completion  
See All Builds (404)
  • 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