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

vpulim / node-soap / 1688
95%

Build:
DEFAULT BRANCH: master
Ran 19 Apr 2019 09:24PM UTC
Jobs 5
Files 17
Run time 2min
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
1688

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

13689.58 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1688.1 (CXX=g++-4.8) 19 Apr 2019 09:26PM UTC 0
93.28
Travis Job 1688.1
2 1688.2 (CXX=g++-4.8) 19 Apr 2019 09:26PM UTC 0
93.28
Travis Job 1688.2
3 1688.3 (CXX=g++-4.8) 19 Apr 2019 09:26PM UTC 0
93.28
Travis Job 1688.3
4 1688.4 (CXX=g++-4.8) 19 Apr 2019 09:26PM UTC 0
93.28
Travis Job 1688.4
5 1688.5 (CXX=g++-4.8) 19 Apr 2019 09:24PM UTC 0
93.28
Travis Job 1688.5
Source Files on build 1688
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1688
  • b6cb98cf on github
  • Prev Build on master (#1685)
  • Next Build on master (#1689)
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