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

facebook / react / 13796
86%

Build:
DEFAULT BRANCH: master
Ran 27 Oct 2016 09:37AM UTC
Jobs 1
Files 230
Run time 11s
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
13796

push

travis-ci

gaearon
Shares debugID information across modules (#8097)

Prior to this, React was using a nextDebugID variable that was locally
scoped to both `instantiateReactComponent` and `ReactShallowRenderer`.
This caused problems when the debugIDs would collide, the `itemMap` in
`ReactComponentTreeHook` would be overwritten and tests would fail
with the message "Expected onBeforeMountComponent() parent and
onSetChildren() to be consistent".

This change shares the debugID with both modules thus preventing any
collisions in the future.

5 of 5 new or added lines in 2 files covered. (100.0%)

8129 of 9186 relevant lines covered (88.49%)

3133.23 hits per line

Jobs
ID Job ID Ran Files Coverage
2 13796.2 (TEST_TYPE=test) 27 Oct 2016 09:37AM UTC 0
88.49
Travis Job 13796.2
Source Files on build 13796
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #13796
  • 6eebed05 on github
  • Prev Build on master (#13791)
  • Next Build on master (#13800)
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