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

ReactiveX / rxjs / 3877 / 2
97%
master: 97%

Build:
DEFAULT BRANCH: master
Ran 30 Nov 2016 08:30AM UTC
Files 340
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

30 Nov 2016 08:26AM UTC coverage: 97.686%. Remained the same
3877.2

Pull #2164

travis-ci

web-flow
fix(typings): Use overloading instead of union type for typings filter, find, first, last.

Abstract
------------
- This fixes https://github.com/ReactiveX/rxjs/issues/2163
  by reverts commit 922d04e50.
  - So this reverts https://github.com/ReactiveX/rxjs/pull/2119 sadly.

Drawback
---------
- We would need specify type parameters to their method
  explicitly if we'd like to narrow the type via `predicate` as type
  guarde function.
  - However, I don't think this is a serious problem because
    we can avoid this drawback with specifying actual types only.
  - And this changes makes our typings more similar to [TypeScript's
    Array
    methods](https://github.com/Microsoft/TypeScript/blob/master/lib/lib.es5.d.ts#L1086-L1097).
Pull Request #2164: fix(typings): Use overloading instead of union type for typings filter, find, first, last.

6460 of 6613 relevant lines covered (97.69%)

615.73 hits per line

Source Files on job 3877.2
  • Tree
  • List 0
  • Changed 20
  • Source Changed 4
  • Coverage Changed 20
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 3877
  • Travis Job 3877.2
  • 486e236a on github
  • Prev Job for on master (#3875.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