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

ReactiveX / rxjs / 5210
97%

Build:
DEFAULT BRANCH: master
Ran 01 Dec 2017 04:11AM UTC
Jobs 1
Files 446
Run time 31s
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
5210

Pull #3145

travis-ci

web-flow
feat(reorganize): operators now all exported from top level

- Exports all pipeable operators from `rxjs`.

BREAKING CHANGE: Pipeable operators must now be imported from `rxjs`
like so: `import { map, filter, switchMap } from 'rxjs';`

BREAKING CHANGE: Operator versions of static observable creators such as
`merge`, `concat`, `zip`, `onErrorResumeNext`, and `race` have been
removed. Please use the static versions of those operations. e.g.
`a.pipe(concat(b, c))` becomes `concat(a, b, c)`.
Pull Request #3145: The big reorganization PR for v6 (WIP)

1935 of 2372 branches covered (81.58%)

668 of 668 new or added lines in 262 files covered. (100.0%)

6938 of 7149 relevant lines covered (97.05%)

680.79 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
100.0
src/internal/observable/combineLatest.ts
1
100.0
src/internal/observable/onErrorResumeNext.ts

Uncovered Existing Lines

Lines Coverage ∆ File
5
100.0
src/operators/onErrorResumeNext.ts
Jobs
ID Job ID Ran Files Coverage
2 5210.2 (NODE_VER=6 FULL_VALIDATE=true alias grunt=./node_modules/grunt-cli/bin/grunt) 01 Dec 2017 04:11AM UTC 0
97.05
Travis Job 5210.2
Source Files on build 5210
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #5210
  • Pull Request #3145
  • PR Base - master (#5201)
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