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

netceteragroup / skele / 357 / 1
81%
master: 81%

Build:
DEFAULT BRANCH: master
Ran 20 Sep 2018 01:01PM UTC
Files 72
Run time 10s
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

20 Sep 2018 12:57PM UTC coverage: 77.622% (-0.2%) from 77.832%
357.1

push

travis-ci

web-flow
feat: Faster Cursors (#118)

The immutable/contrib/cursor implementation has been refined so that each cursor holds a pointer to the current data object in addition to root and keyPath. This makes getIn and especially get lookups 10x faster than before. As render methods usually are quite heavy in get calls, this should improve rendering significantly.

BREAKING CHANGE
The new cursor intentonally disallows storing cursors inside cursor
to warn against difficuilt to track situations that can lead to infinite loops.
Consequently the intenal redux store now keeps a vanilla immutable
structure as `state` rather than a cursor. This shouldn't cause
trouble except in redux middleware where the state is accessed
directly.

433 of 633 branches covered (68.4%)

Branch coverage included in aggregate %.

1010 of 1226 relevant lines covered (82.38%)

21.42 hits per line

Source Files on job 357.1
  • Tree
  • List 0
  • Changed 8
  • Source Changed 8
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 30
  • Travis Job 357.1
  • 7874fae7 on github
  • Prev Job for on master (#352.1)
  • Next Job for on master (#358.1)
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