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

Leonidas-from-XIV / node-xml2js / 330 / 4
98%
master: 98%

Build:
DEFAULT BRANCH: master
Ran 12 Mar 2018 12:31AM UTC
Files 6
Run time 29s
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

12 Mar 2018 12:28AM UTC coverage: 97.746% (+0.1%) from 97.633%
330.4

Pull #422

travis-ci

web-flow
Add parseStringSync

Create a sync version of parseString to API to permit
calling without a callback.

The current implemenation is sync due to underlying
implementation of SAX parser.

Examples:

```js
// Via root API
var result = xml2js.parseStringSync('< ... >', options)

// Via parser
var parser = new xml2js.Parser(options);
var result = parser.parseStringSync('< ... >');
```

See #241 by @nobodyman
See #319 by @mrparkers
Pull Request #422: Add parseStringSync

188 of 212 branches covered (88.68%)

347 of 355 relevant lines covered (97.75%)

320.21 hits per line

Source Files on job 330.4
  • 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 330.4
  • e4f4c47d on github
  • Prev Job for on master (#325.3)
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