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

mapbox / mapbox-gl-native / 19018
77%

Build:
DEFAULT BRANCH: master
Ran 06 Jan 2017 08:47PM UTC
Jobs 1
Files 388
Run time 19s
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
19018

push

travis-ci

jfirebaugh
[core] Unify update and render into a single step

Update only when, and just prior to, rendering, giving no opportunity to interleave unexpected state changes. This means that every time anything about the state is changed, we'll have to attempt a render to reflect that change. In the case of continuous rendering this has happened before this change as well, but it leaves no room for time to pass between an update and a render. In the case of still image rendering, a render call will only actually paint something to the view when all resources have been loaded.

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

9899 of 13649 relevant lines covered (72.53%)

19171.83 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
30
100.0
src/mbgl/map/map.cpp

Uncovered Existing Lines

Lines Coverage ∆ File
2
100.0
src/mbgl/renderer/painter.cpp
2
100.0
src/mbgl/renderer/frame_history.cpp
2
100.0
src/mbgl/map/map.cpp
2
100.0
src/mbgl/style/style.cpp
Jobs
ID Job ID Ran Files Coverage
5 19018.5 (BUILDTYPE=Debug _CXX=g++-5 _CC=gcc-5 WITH_COVERAGE=1 WITH_OSMESA=1) 06 Jan 2017 08:47PM UTC 0
72.53
Travis Job 19018.5
Source Files on build 19018
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #19018
  • b6894dd4 on github
  • Prev Build on master (#19010)
  • Next Build on master (#19073)
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