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

mapbox / mapbox-gl-native / 10905
70%
master: 77%

Build:
Build:
LAST BUILD BRANCH: release-ios-v3.6.0-android-v5.1.0
DEFAULT BRANCH: master
Ran 21 Mar 2016 09:22PM UTC
Jobs 1
Files 290
Run time 11s
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
10905

push

travis-ci

boundsj
[iOS] Send turnstile event as much as once per day

Previously, the post of the turnstile event was a side effect of the
map.load event and would happen when the host app was started from a
terminated state at the first initialization of MGLMapView. The
turnstile event post was guarded with dispatch_once so that it would
only ever be sent once during the lifecycle of the application after
it started from the terminated state.

This changes that behavior by:

- Allowing a new turnstile event to be posted as much as once per
day
- Only triggering a map.view event when a map is initialized if the map
is loaded outside of the 'background' application state
- Sending a map.view event whenever a MGLMapView is instantiated
and the application did become active or enters foreground

iOS turnstile event sending behavior is now:

- A map.view event is generated whenever a map is loaded and also
when a map is shown again when the host app becomes active and moves
into the foreground
- Turnstile events are still triggered by mapviews and will be sent as
frequently as once per day for a host app that is not terminated and
also whenever a host app is terminated and restarted
w

7688 of 10912 relevant lines covered (70.45%)

9649.47 hits per line

Jobs
ID Job ID Ran Files Coverage
5 10905.5 (FLAVOR=linux ACTION=coveralls _CXX=g++-4.9 _CC=gcc-4.9 CCACHE=1) 21 Mar 2016 09:22PM UTC 0
70.45
Travis Job 10905.5
Source Files on build 10905
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #10905
  • b163e994 on github
  • Prev Build on release-ios-3.2.0-android-4.0.0 (#10902)
  • Next Build on release-ios-3.2.0-android-4.0.0 (#10906)
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