mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-02-23 10:30:16 +00:00
Update list of directories to exclude from code coverage
This commit is contained in:
parent
a1d002ccb1
commit
db2c7dbe62
@ -104,5 +104,5 @@ script:
|
||||
- if [ -n "${COVERAGE}" ]; then
|
||||
/usr/bin/llvm-cov-3.5 -lp *.o;
|
||||
pip install --user cpp-coveralls;
|
||||
~/.local/bin/coveralls --no-gcov -i ./ --exclude clipper;
|
||||
~/.local/bin/coveralls --no-gcov -i ./ --exclude catch --exclude jsonpull --exclude mapbox --exclude milo --exclude protozero ;
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user