From f9da5f2c806fa4dac26f3c3f36b00e3479a56259 Mon Sep 17 00:00:00 2001 From: Patrick Niklaus Date: Tue, 12 Apr 2016 16:20:45 +0200 Subject: [PATCH] Fix coverall flags --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2ae40d707..df8df0a6b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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'