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

vpulim / node-soap / 1688 / 1
95%
master: 95%

Build:
DEFAULT BRANCH: master
Ran 19 Apr 2019 09:26PM UTC
Files 17
Run time 1s
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

19 Apr 2019 09:22PM UTC coverage: 93.284%. Remained the same
CXX=g++-4.8

push

travis-ci

jsdevel
Move @types/request to dependencies (#1059)

soap's d.ts files depend on request. Unfortunately, since request
doesn't ship its own types, that means consumers of soap also need
@types/request. Currently @types/request is just a dev dependency, which
doesn't get installed by `npm install`. The fix is to move
`@types/request` to the dependencies list.

The error looks like this:

```
node_modules/soap/lib/client.d.ts(4,26): error TS7016: Could not find a declaration file for module 'request'. '../../../tests/cases/user/soap/node_modules/request/index.js' implicitly has an 'any' type.
```

Note that this only shows up when consumers compile with --strict, which is
fairly common.  Typescript's user-code tests include soap and detected
it after 0.27 shipped.

615 of 667 branches covered (92.2%)

1653 of 1772 relevant lines covered (93.28%)

2737.92 hits per line

Source Files on job 1688.1 (CXX=g++-4.8)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 1665
  • Travis Job 1688.1
  • b6cb98cf on github
  • Prev Job for CXX=g++-4.8 on master (#1685.5)
  • Next Job for CXX=g++-4.8 on master (#1689.1)
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