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

facebook / react / 14542 / 2
86%
master: 86%

Build:
DEFAULT BRANCH: master
Ran 24 Nov 2016 06:09PM UTC
Files 239
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

24 Nov 2016 06:03PM UTC coverage: 83.691% (-0.007%) from 83.698%
TEST_TYPE=test

push

travis-ci

web-flow
[Fiber] Remove output field (#8406)

* Remove output field

The idea was originally that each fiber has a return value. In practice
most of what we're modelling here are void functions and we track side
effects instead of return values.

We do use this for coroutines to short cut access to terminal yields.
However, since this can be nested fragments we end up searching the tree
anyway. We also have to manage this in transferOutput so it ends up being
as expensive. Maybe we can save some traversal for updates when coroutine
branches bail out but meh.

* Unmount child from the first phase of a coroutine

8349 of 9976 relevant lines covered (83.69%)

2501.77 hits per line

Source Files on job 14542.2 (TEST_TYPE=test)
  • Tree
  • List 0
  • Changed 59
  • Source Changed 6
  • Coverage Changed 59
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 14542
  • Travis Job 14542.2
  • 0ba8434a on github
  • Prev Job for TEST_TYPE=test on master (#14528.2)
  • Next Job for TEST_TYPE=test on master (#14549.2)
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