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

eclipsesource / jsonforms / 30261027242
84%

Build:
DEFAULT BRANCH: master
Ran 27 Jul 2026 11:17AM UTC
Jobs 1
Files 791
Run time 2min
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

27 Jul 2026 11:12AM UTC coverage: 83.776%. Remained the same
30261027242

push

github

web-flow
fix(vue-vanilla): preserve options' data types in enum controls

fixes #2450

Adapts the vue-vanilla enum controls to set values from the provided
enum options instead of the stringified value of the HTML select element.

Native HTML <select> elements inherently serialize all bound data into strings.
The previous implementation relied on reading the DOM's target.value,
which destroyed the original type information. Using the DOM's selectedIndex
as a pointer to fetch the original value from the JSONForms state array bypasses
this serialization completely. This provides a robust, universally type-safe solution
for all schema types (numbers, booleans, etc.) without relying on brittle manual
type-casting logic.

11938 of 30931 branches covered (38.6%)

19504 of 23281 relevant lines covered (83.78%)

33.39 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30261027242.1 27 Jul 2026 11:17AM UTC 791
83.78
GitHub Action Run
Source Files on build 30261027242
  • Tree
  • List 791
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 3326e7fc on github
  • Prev Build on master (#29898486735)
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