add coverage badge and a few excludes

This commit is contained in:
Dane Springmeyer 2015-12-22 17:20:59 -08:00
parent 71463c1325
commit 2460b5712f
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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
------