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

ReactiveX / rxjs / 7292
97%
master: 97%

Build:
Build:
LAST BUILD BRANCH: patch-1
DEFAULT BRANCH: master
Ran 27 Sep 2018 07:44PM UTC
Jobs 1
Files 219
Run time 30s
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
7292

Pull #4115

travis-ci

web-flow
feat(takeWhile): add an `inclusive` option to the operator which causes to emit final value

By default, the value that causes the predicate to return `false` is not emitted.

This change adds an `inclusive` option which changes the behavior of the operator to include the final value which made the predicate return `false`.
Typical use case: Polling an API until the response contains a certain value, and then doing something with the response.
Pull Request #4115: feat(takeWhile): add `inclusive` option to the operator which causes it to emit the final value

1806 of 2176 branches covered (83.0%)

11 of 11 new or added lines in 1 file covered. (100.0%)

5792 of 5973 relevant lines covered (96.97%)

1040.41 hits per line

Jobs
ID Job ID Ran Files Coverage
1 7292.1 (NODE_VER=8 FULL_VALIDATE=true) 27 Sep 2018 07:44PM UTC 0
96.97
Travis Job 7292.1
Source Files on build 7292
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #7292
  • Pull Request #4115
  • PR Base - master (#7290)
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