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

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

Build:
DEFAULT BRANCH: master
Ran 02 Mar 2018 07:00PM UTC
Files 443
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

02 Mar 2018 06:50PM UTC coverage: 97.544%. Remained the same
NODE_VER=6 FULL_VALIDATE=true alias grunt=./node_modules/grunt-cli/bin/grunt

push

travis-ci

benlesh
refactor(ajax): improve hack for XMLHttpRequest usage with TypeScript 2.7 (#3302)

The XMLHttpRequest type is defined to always have the `request`
property. This will lead 2.7 to infer `never` for the else
part of any test of the form `'request' in xhr` as this, as far
as the declarations are concerned, is always true and TypeScript
then infers the else part will `never` run.

This change prevents this inference wihtout removing the type
checking of the other members of xhr such as `responseText`.

1846 of 2233 branches covered (82.67%)

6713 of 6882 relevant lines covered (97.54%)

709.1 hits per line

Source Files on job 5619.2 (NODE_VER=6 FULL_VALIDATE=true alias grunt=./node_modules/grunt-cli/bin/grunt)
  • Tree
  • List 0
  • Changed 4
  • Source Changed 1
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 1
  • Travis Job 5619.2
  • adb3c1e6 on github
  • Prev Job for NODE_VER=6 FULL_VALIDATE=true alias grunt=./node_modules/grunt-cli/bin/grunt on master (#5612.2)
  • Next Job for NODE_VER=6 FULL_VALIDATE=true alias grunt=./node_modules/grunt-cli/bin/grunt on master (#5620.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