Exclude build and third_party

This commit is contained in:
Patrick Niklaus 2016-04-09 00:07:19 +02:00
parent ea2ec168b0
commit c0db144906

View File

@ -163,4 +163,4 @@ after_success:
if [ -n "$RUN_CLANG_FORMAT" ]; then if [ -n "$RUN_CLANG_FORMAT" ]; then
./scripts/format.sh || true # we don't want to fail just yet ./scripts/format.sh || true # we don't want to fail just yet
fi fi
- coveralls --exclude unit_tests --gcov-options '\-lp' - coveralls --exclude unit_tests --exclude thrid_party --exclude build --gcov-options '\-lp'