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

keplergl / kepler.gl / 23979855808
60%

Build:
DEFAULT BRANCH: master
Ran 04 Apr 2026 01:34PM UTC
Jobs 1
Files 635
Run time 1min
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

04 Apr 2026 01:28PM UTC coverage: 59.873%. Remained the same
23979855808

push

github

web-flow
[Bug] Fix boolean parsing for yes/no string values (#3346) (#3365)

When loading GeoJSON data containing boolean fields with "yes"/"no"
string values, type-analyzer correctly classifies the field as boolean,
but the kepler.gl parse function only recognized "true"/"True"/"TRUE"/"1"
as truthy. This caused all "yes" values to be incorrectly parsed as false.

Align the boolean parse function with type-analyzer's boolean recognition
by using case-insensitive comparison via String.toLowerCase(). The parser
now correctly handles "yes"/"Yes"/"YES" as true and "no"/"No"/"NO" as
false, matching the BOOLEAN_TRUE_VALUES and BOOLEAN_FALSE_VALUES defined
in type-analyzer.

Also expand boolean test coverage to include yes/no variants and
additional case combinations (TRUE, false, FALSE).

Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>

6516 of 12976 branches covered (50.22%)

Branch coverage included in aggregate %.

2 of 2 new or added lines in 1 file covered. (100.0%)

13314 of 20144 relevant lines covered (66.09%)

78.44 hits per line

Jobs
ID Job ID Ran Files Coverage
1 23979855808.1 04 Apr 2026 01:34PM UTC 635
59.87
GitHub Action Run
Source Files on build 23979855808
  • Tree
  • List 635
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • f25f1286 on github
  • Prev Build on master (#23965535588)
  • Next Build on master (#23980918517)
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