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

ReactiveX / rxjs / 3296 / 1
97%
master: 97%

Build:
DEFAULT BRANCH: master
Ran 16 Jul 2016 02:02AM UTC
Files 336
Run time 14s
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

16 Jul 2016 01:57AM UTC coverage: 96.689% (+0.2%) from 96.472%
3296.1

push

travis-ci

blesh
fix(schedulers): fix asap and animationFrame schedulers to execute across async boundaries. (#1820)

The AsapScheduler and AnimationFrameSchedulers were totally busted. My bad. Now they execute their scheduled actions in batches. If actions reschedule while executing a batch, a new frame is requested for the rescheduled action to execute in.

This PR also simplifies the public `Scheduler` and `Action` APIs. Implementation details like the `actions` queue and `active` boolean are now on the concrete implementations, so it's easier for people to implement the Scheduler API. This PR also renames `FutureAction` -> `AsyncAction` to conform to the same naming convention as the rest of the Action types.

Fixes #1814

6396 of 6615 relevant lines covered (96.69%)

605.12 hits per line

Source Files on job 3296.1
  • Tree
  • List 0
  • Changed 26
  • Source Changed 20
  • Coverage Changed 26
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 3296
  • Travis Job 3296.1
  • 548ec2a3 on github
  • Prev Job for on master (#3282.1)
  • Next Job for on master (#3299.1)
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