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

ReactiveX / rxjs / 5619
97%

Build:
DEFAULT BRANCH: master
Ran 02 Mar 2018 07:00PM UTC
Jobs 1
Files 443
Run time 17s
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
5619

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%)

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

6713 of 6882 relevant lines covered (97.54%)

709.1 hits per line

Jobs
ID Job ID Ran Files Coverage
2 5619.2 (NODE_VER=6 FULL_VALIDATE=true alias grunt=./node_modules/grunt-cli/bin/grunt) 02 Mar 2018 06:59PM UTC 0
97.54
Travis Job 5619.2
Source Files on build 5619
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #5619
  • adb3c1e6 on github
  • Prev Build on master (#5612)
  • Next Build on master (#5620)
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