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

FormidableLabs / radium / 231 / 3
94%
master: 94%

Build:
DEFAULT BRANCH: master
Ran 13 Jul 2015 10:32PM UTC
Files 8
Run time 1s
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

13 Jul 2015 10:29PM UTC coverage: 94.136% (+0.02%) from 94.118%
231.3

push

travis-ci

ianobermiller
Fix setStyleState regression in b1fa309

Oh React. If you call `setState` twice during the same execution frame,
the second time, `this.state` will be the same as the first time. Thus,
the second time will clobber the changes made the first time. This is a
known issue: https://github.com/facebook/react/issues/122

Btw, I noticed this when running the examples and trying the one with
all the boxes; mouseLeave on one box gets called in the same frame as
mouseEnter on another, and since all the boxes are in one component,
they clobbered each others state, and everyone stayed hovered. Too lazy
to write a proper test for this right now.

305 of 324 relevant lines covered (94.14%)

55.96 hits per line

Source Files on job 231.3
  • Tree
  • List 0
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 231
  • Travis Job 231.3
  • 1ce3de2f on github
  • Prev Job for on master (#230.3)
  • Next Job for on master (#232.3)
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