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

mrodrig / json-2-csv / 587
98%
stable: 98%

Build:
Build:
LAST BUILD BRANCH: fix-277
DEFAULT BRANCH: stable
Ran 19 May 2021 09:08PM UTC
Jobs 2
Files 4
Run time 18min
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
587

push

travis-ci

web-flow
Validate field titles against Object.keys list

As reported in #185, there was a bug where header values could not have
the same name as a Map method. This is because the code was naively
checking for the existence of a possible title field by simply accessing
the raw value of the Map. This resulted in Map.prototype.set being
returned when the "set" JSON key name was used. The logic has been
updated to check for header titles against an Object.keys list now since
that will not include prototype methods for the underlying Map object.

Fixes #185

239 of 242 branches covered (98.76%)

340 of 346 relevant lines covered (98.27%)

482.65 hits per line

Jobs
ID Job ID Ran Files Coverage
1 587.1 (CC_TEST_REPORTER_ID=90382d7264499c819f742709fe7cb4b2d2a49cc90fd98a9c8414426ac4860e62) 19 May 2021 09:08PM UTC 0
98.27
Travis Job 587.1
2 587.2 (CC_TEST_REPORTER_ID=90382d7264499c819f742709fe7cb4b2d2a49cc90fd98a9c8414426ac4860e62) 19 May 2021 09:08PM UTC 0
98.27
Travis Job 587.2
Source Files on build 587
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #587
  • c689c50b on github
  • Next Build on fix-185 (#589)
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