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

Humanstate / html-googlemaps-v3 / 54 / 3
95%
master: 95%

Build:
DEFAULT BRANCH: master
Ran 06 Sep 2019 01:40PM UTC
Files 1
Run time 0s
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

06 Sep 2019 01:39PM UTC coverage: 95.062% (-0.06%) from 95.122%
54.3

push

travis-ci

web-flow
Merge pull request #23 from nigelhorne/master

Fix https://github.com/Humanstate/html-googlemaps-v3/issues/22

If all of your add_marker() calls fail, or if you call it before adding points, onload_render()
returns illegal JS.

    myCenterLatLng = new google.maps.LatLng({lat: , lng: });
    // key map controls
    var map = new google.maps.Map(document.getElementById('map'), {
        mapTypeId: google.maps.MapTypeId.NORMAL,
        scrollwheel: false,
        zoom: 13,
        draggable: true
    });

It's illegal because lat: is empty.

It would help if it either errored, returned a empty value for $head, or fixed the JS somehow.

77 of 81 relevant lines covered (95.06%)

10.52 hits per line

Source Files on job 54.3
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 54
  • Travis Job 54.3
  • 4b0f8ed3 on github
  • Prev Job for on master (#51.1)
  • Next Job for on master (#55.1)
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