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

Leonidas-from-XIV / node-xml2js / 329
98%

Build:
DEFAULT BRANCH: master
Ran 11 Mar 2018 11:18PM UTC
Jobs 2
Files 6
Run time 23s
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
329

Pull #423

travis-ci

web-flow
Create a promise-specific version of parseString

Examples:

```js
// Via root API
xml2js.parseStringPromise('< ... >', options)
  .then(function (result) { /* ... */ })
  .catch(function (err) { /* ... */ })

// Via parser
var parser = new xml2js.Parser(options);
parser.parseStringPromise('< ... >')
  .then(function (result) { /* ... */ })
  .catch(function (err) { /* ... */ })
```
Pull Request #423: Add promise-specific version of parseString

186 of 210 branches covered (88.57%)

10 of 10 new or added lines in 2 files covered. (100.0%)

340 of 348 relevant lines covered (97.7%)

653.64 hits per line

Jobs
ID Job ID Ran Files Coverage
3 329.3 11 Mar 2018 11:18PM UTC 0
97.7
Travis Job 329.3
4 329.4 11 Mar 2018 11:18PM UTC 0
97.7
Travis Job 329.4
Source Files on build 329
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #329
  • Pull Request #423
  • PR Base - master (#325)
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