From 2460b5712f32bdd3dbc4026dbb57d5116cbcbc92 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Tue, 22 Dec 2015 17:20:59 -0800 Subject: [PATCH] add coverage badge and a few excludes --- .travis.yml | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1c9ac90..1e3b770 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,5 +38,5 @@ script: ls; ${COVERAGE} -lp *.o; pip install --user cpp-coveralls; - ~/.local/bin/coveralls --no-gcov -i ./; + ~/.local/bin/coveralls --no-gcov -i ./ --exclude clipper --exclude vector_tile.pb.cc --exclude vector_tile.pb.h; fi diff --git a/README.md b/README.md index 3ad7f94..adf5d14 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ Builds [vector tilesets](https://www.mapbox.com/developers/vector-tiles/) from l features. This is a tool for [making maps from huge datasets](MADE_WITH.md). [![Build Status](https://travis-ci.org/mapbox/tippecanoe.svg)](https://travis-ci.org/mapbox/tippecanoe) +[![Coverage Status](https://coveralls.io/repos/mapbox/tippecanoe/badge.svg?branch=master&service=github)](https://coveralls.io/github/mapbox/tippecanoe?branch=master) Intent ------