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

facebook / react / 5423 / 3
86%
master: 86%

Build:
DEFAULT BRANCH: master
Ran 01 Sep 2016 01:04AM UTC
Files 83
Run time 4s
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

01 Sep 2016 01:04AM UTC coverage: 99.594%. First build
TEST_TYPE=lint

Pull #3030

travis-ci

Sebastian Markbage
Make keyed object fragments an opaque type

This triggers a warning if you try to pass a keyed object as a child.

You now have to wrap it in React.addons.createFragment(object) which
creates a proxy (in dev) which warns if it is accessed. The purpose of
this is to make these into opaque objects so that nobody relies on its
data structure.

After that we can turn it into a different data structure such as a
ReactFragment node or an iterable of flattened ReactElements.
Pull Request #3030: Make keyed object fragments an opaque type

1964 of 1972 relevant lines covered (99.59%)

268.23 hits per line

Source Files on job 5423.3 (TEST_TYPE=lint)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 5423
  • Travis Job 5423.3
  • 16dc0b4a on github
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