Fix coverall flags

This commit is contained in:
Patrick Niklaus 2016-04-12 16:20:45 +02:00
parent b6a793a1e2
commit f9da5f2c80

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 --gcov-options '\-lp'
- coveralls --build-root build --exclude unit_tests --exclude third_party --exclude node_modules --gcov-options '\-lp'