From c0db1449062136b916548695513134c2043fec05 Mon Sep 17 00:00:00 2001 From: Patrick Niklaus Date: Sat, 9 Apr 2016 00:07:19 +0200 Subject: [PATCH] Exclude build and third_party --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f8a098350..439c8338c 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 --gcov-options '\-lp' + - coveralls --exclude unit_tests --exclude thrid_party --exclude build --gcov-options '\-lp'