Okay include build again since it seems to contain the coverage files

This commit is contained in:
Patrick Niklaus 2016-04-09 00:28:04 +02:00
parent c0db144906
commit 3fa533d91e

View File

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