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

mapbox / mapbox-gl-native / 15508
77%

Build:
DEFAULT BRANCH: master
Ran 02 Sep 2016 09:51PM UTC
Jobs 1
Files 379
Run time 24s
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
15508

push

travis-ci

frederoni
[ios] Check for bool value with char

We convert NSNumbers (and NSStrings) to the appropriate mbgl value
so that we can use NSPredicates to  describe mbgl filters we want
to apply to style layers at runtime.

This change fixes an issue where
the conversion from an NSNumber that represented a bool was not
recognized as such. encode(bool) returns a 'c' or 'b' on 32 bit and
64 bit systems respectively and objCType of an NSNumber representing
a bool always returns 'c'. Now the implementation checks for 'c'
always and NSNumbers representing bool don't fall through and
trigger the exception.

9583 of 12691 relevant lines covered (75.51%)

14397.22 hits per line

Jobs
ID Job ID Ran Files Coverage
2 15508.2 (BUILDTYPE=Debug _CXX=g++-5 _CC=gcc-5 WITH_COVERAGE=1) 02 Sep 2016 09:51PM UTC 0
75.51
Travis Job 15508.2
Source Files on build 15508
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #15508
  • 7e208c46 on github
  • Prev Build on master (#15497)
  • Next Build on master (#15510)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc