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

ReactiveX / rxjs / 4708
97%
master: 97%

Build:
Build:
LAST BUILD BRANCH: patch-1
DEFAULT BRANCH: master
Ran 26 Jun 2017 02:07PM UTC
Jobs 1
Files 345
Run time 15s
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
4708

push

travis-ci

david-driscoll
fix(never): Observable.never() Observable.empty() and .ignoreElements() now return Observable<never> (#2691)

fixes #2640

BREAKING CHANGE: Previously, `Observable.never()` `Observable.empty()`
and the `.ignoreElements()` operator all returned `Observable<T>` which
was incorrect since they actually never emit anything. Now they all
return `Observable<never>` (`never` was added in TS 2.0 as a special
type)

21 of 21 new or added lines in 11 files covered. (100.0%)

6656 of 6810 relevant lines covered (97.74%)

686.96 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
100.0
src/observable/ArrayLikeObservable.ts
Jobs
ID Job ID Ran Files Coverage
2 4708.2 (NODE_VER=6 FULL_VALIDATE=true alias grunt=./node_modules/grunt-cli/bin/grunt danger=./node_modules/danger/distribution/danger) 26 Jun 2017 02:07PM UTC 0
97.74
Travis Job 4708.2
Source Files on build 4708
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #4708
  • 4dfeb9ff on github
  • Prev Build on next (#4686)
  • Next Build on next (#4709)
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

© 2025 Coveralls, Inc