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

eclipsesource / jsonforms / 26830431178
84%

Build:
DEFAULT BRANCH: master
Ran 02 Jun 2026 03:39PM UTC
Jobs 1
Files 791
Run time 3min
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 Jun 2026 03:21PM UTC coverage: 83.776% (+0.7%) from 83.105%
26830431178

push

github

lucas-koehler
core: avoid quadratic id generation for repeated proposed ids

`createId` previously rescanned the global id set from index 0 on every
call. With N identical proposed ids this is O(N^2).

Track a per-prefix `next` cursor and a reverse map from id to slot so
the scan starts at the lowest unallocated index. `removeId` reuses
freed slots by rewinding the cursor. All previously observable
behavior is preserved.

11938 of 30931 branches covered (38.6%)

29 of 29 new or added lines in 1 file covered. (100.0%)

7 existing lines in 5 files now uncovered.

19504 of 23281 relevant lines covered (83.78%)

33.39 hits per line

Coverage Regressions

Lines Coverage ∆ File
3
90.0
0.0% packages/material-renderers/src/layouts/ExpandPanelRenderer.tsx
1
97.96
0.0% packages/examples-react/node_modules/@jsonforms/react/src/JsonForms.tsx
1
97.96
0.0% packages/material-renderers/node_modules/@jsonforms/react/src/JsonForms.tsx
1
97.96
0.0% packages/react/src/JsonForms.tsx
1
97.96
0.0% packages/vanilla-renderers/node_modules/@jsonforms/react/src/JsonForms.tsx
Jobs
ID Job ID Ran Files Coverage
1 26830431178.1 02 Jun 2026 03:39PM UTC 791
83.78
GitHub Action Run
Source Files on build 26830431178
  • Tree
  • List 791
  • Changed 16
  • Source Changed 0
  • Coverage Changed 16
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 37387f35 on github
  • Prev Build on master (#26646802631)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc