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

FormidableLabs / radium / 231
94%

Build:
DEFAULT BRANCH: master
Ran 13 Jul 2015 10:31PM UTC
Jobs 3
Files 8
Run time 1min
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
231

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%)

167.88 hits per line

Jobs
ID Job ID Ran Files Coverage
1 231.1 13 Jul 2015 10:31PM UTC 0
94.14
Travis Job 231.1
2 231.2 13 Jul 2015 10:31PM UTC 0
94.14
Travis Job 231.2
3 231.3 13 Jul 2015 10:32PM UTC 0
94.14
Travis Job 231.3
Source Files on build 231
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #231
  • 1ce3de2f on github
  • Prev Build on master (#230)
  • Next Build on master (#232)
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