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

eclipsesource / jsonforms / 3302
83%

Build:
DEFAULT BRANCH: master
Ran 29 Mar 2021 09:12AM UTC
Jobs 1
Files 176
Run time 26s
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

pending completion
3302

push

travis-ci

web-flow
Update data via lodash's fp/set

Use lodahs's "fp/set" instead of "cloneDeep" to increase performance
for data updates, especially for larger models.

Previously JSON Forms used lodash's "cloneDeep" to create a copy
of the current data and then update the relevant parts. This has the
benefit of being a guaranteed immutable update, however it's an
expensive process and hinders using shallow compare on data
objects which were not touched. We now use "fp/set" as a
compromise: It will create new objects for all elements directly
containing the updated data, while leaving sibling elements
alone. This increases performance a lot while still triggering
updates for the changed objects.

1082 of 6666 branches covered (16.23%)

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

3669 of 4146 relevant lines covered (88.49%)

98.01 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
100.0
packages/core/src/reducers/core.ts
Jobs
ID Job ID Ran Files Coverage
1 3302.1 29 Mar 2021 09:12AM UTC 0
88.49
Travis Job 3302.1
Source Files on build 3302
  • Tree
  • List 176
  • Changed 4
  • Source Changed 2
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Travis Build #3302
  • 83ec3d85 on github
  • Prev Build on master (#3291)
  • Next Build on master (#3308)
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

© 2025 Coveralls, Inc