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

eclipsesource / jsonforms / 26829686952
84%
master: 84%

Build:
Build:
LAST BUILD BRANCH: lk/angular22-peer-dep
DEFAULT BRANCH: master
Ran 02 Jun 2026 03:26PM 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%
26829686952

Pull #2584

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.
Pull Request #2584: core: improve id generation

11938 of 30931 branches covered (38.6%)

34 of 34 new or added lines in 3 files covered. (100.0%)

3 existing lines in 3 files now uncovered.

19504 of 23281 relevant lines covered (83.78%)

33.39 hits per line

Coverage Regressions

Lines Coverage ∆ File
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/vanilla-renderers/node_modules/@jsonforms/react/src/JsonForms.tsx
Jobs
ID Job ID Ran Files Coverage
1 26829686952.1 02 Jun 2026 03:26PM UTC 791
83.78
GitHub Action Run
Source Files on build 26829686952
  • 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
  • Pull Request #2584
  • PR Base - 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