From 958e16a298e9d920f99d1db93eedfc20c6393c96 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 3 Jun 2017 12:49:03 +0200 Subject: travis: tell coveralls which dirs to check and some not to check --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 820bf6de3..cda1902d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,7 +57,7 @@ script: ./configure --enable-debug --disable-shared --enable-code-coverage make make TFLAGS=-n test-nonflaky - coveralls --gcov /usr/bin/gcov-4.8 --gcov-options '\-lp' + coveralls --gcov /usr/bin/gcov-4.8 --gcov-options '\-lp' -i src -i lib -i lib/vtls -i lib/vauth -e tests -e docs fi - | if [ "$BUILD_TYPE" = "normal" ]; then -- cgit v1.2.1