From e860400a8df4b838d35761661cbb000eba5d109a Mon Sep 17 00:00:00 2001 From: Tushar Maheshwari Date: Fri, 7 Oct 2016 20:01:15 +0530 Subject: [PATCH] Limiting coverage to relevant code --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0a4f55a1..d8bf198b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,7 +44,7 @@ matrix: before_script: - pip install --user cpp-coveralls after_success: - - coveralls --gcov gcov-6 --gcov-options '\-lp' --exclude deps + - coveralls --gcov gcov-6 --gcov-options '\-lp' --root ${TRAVIS_BUILD_DIR} --build-root ${TRAVIS_BUILD_DIR}/build --exclude deps --include src notifications: email: