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

eclipsesource / jsonforms / 26580073489
84%
master: 84%

Build:
Build:
LAST BUILD BRANCH: dependabot/npm_and_yarn/webpack-dev-server-5.2.5
DEFAULT BRANCH: master
Ran 28 May 2026 02:17PM 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

28 May 2026 01:56PM UTC coverage: 83.619% (+0.7%) from 82.946%
26580073489

Pull #2584

github

sdirix
chore: 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: chore: improve id generation

11916 of 30909 branches covered (38.55%)

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

3 existing lines in 3 files now uncovered.

19449 of 23259 relevant lines covered (83.62%)

33.18 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 26580073489.1 28 May 2026 02:17PM UTC 791
83.62
GitHub Action Run
Source Files on build 26580073489
  • 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 (#26276875238)
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