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

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

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

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

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

347 of 355 relevant lines covered (97.75%)

640.41 hits per line

Jobs
ID Job ID Ran Files Coverage
3 330.3 12 Mar 2018 12:31AM UTC 0
97.75
Travis Job 330.3
4 330.4 12 Mar 2018 12:31AM UTC 0
97.75
Travis Job 330.4
Source Files on build 330
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #330
  • Pull Request #422
  • 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