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

Leonidas-from-XIV / node-xml2js / 336 / 2
98%
master: 98%

Build:
DEFAULT BRANCH: master
Ran 02 Apr 2018 03:29AM UTC
Files 6
Run time 0s
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 Apr 2018 03:26AM UTC coverage: 97.701% (+0.07%) from 97.633%
336.2

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

340 of 348 relevant lines covered (97.7%)

326.82 hits per line

Source Files on job 336.2
  • Tree
  • List 0
  • Changed 6
  • Source Changed 2
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 1
  • Travis Job 336.2
  • 16c86907 on github
  • Prev Job for on master (#332.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