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

zemirco / json2csv / 773 / 1
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 07 May 2020 12:33PM UTC
Files 11
Run time 1s
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

07 May 2020 12:32PM UTC coverage: 100.0%. Remained the same
773.1

push

travis-ci

web-flow
docs: fix the typo in code sample for migrating to 5.x (#461)

This `const { Parser, transform: { unwind, flatten } } = require('json2csv');` rightfully throws the error `TypeError: Cannot destructure property `flatten` of 'undefined' or 'null'.`

The correct version should be:
`const { Parser, transforms: { unwind, flatten } } = require('json2csv');`

267 of 274 branches covered (97.45%)

412 of 412 relevant lines covered (100.0%)

340.71 hits per line

Source Files on job 773.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 702
  • Travis Job 773.1
  • 598a397b on github
  • Prev Job for on master (#771.1)
  • Next Job for on master (#774.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