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

facebook / react / 12636
86%

Build:
DEFAULT BRANCH: master
Ran 03 Sep 2016 10:49PM UTC
Jobs 1
Files 224
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

pending completion
12636

Pull #7466

travis-ci

web-flow
High priority work

Adds the ability to schedule and perform high priority work. In the
noop renderer, this is exposed using a method `performHighPriWork(fn)`
where the function is executed and all updates in that scope are given
high priority.

To do this, the scheduler keeps track of a default priority level.
A new function `performWithPriority(priority, fn)` changes the default
priority before calling the function, then resets it afterwards.
Pull Request #7466: [Fiber] High priority work

50 of 50 new or added lines in 4 files covered. (100.0%)

7430 of 8519 relevant lines covered (87.22%)

3245.99 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
100.0
src/renderers/shared/fiber/ReactFiberReconciler.js
6
100.0
src/renderers/shared/fiber/ReactFiberScheduler.js

Uncovered Existing Lines

Lines Coverage ∆ File
1
100.0
src/renderers/shared/fiber/ReactFiber.js
1
100.0
src/renderers/shared/fiber/ReactFiberReconciler.js
3
100.0
src/renderers/shared/fiber/ReactFiberScheduler.js
3
100.0
src/renderers/shared/fiber/ReactFiberCompleteWork.js
7
100.0
src/renderers/noop/ReactNoop.js
9
100.0
src/renderers/shared/fiber/ReactChildFiber.js
17
100.0
src/renderers/shared/fiber/ReactFiberBeginWork.js
Jobs
ID Job ID Ran Files Coverage
2 12636.2 (TEST_TYPE=test) 03 Sep 2016 10:49PM UTC 0
87.22
Travis Job 12636.2
Source Files on build 12636
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #12636
  • Pull Request #7466
  • PR Base - master (#12635)
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