From 8c2b20c49626fd2dba2b11a41f5bb90c2a5d352a Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Mon, 20 Feb 2017 17:47:16 +0900 Subject: [PATCH] NOBUG Trying to fix coverall conf. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8b9f8e435..0c7ec3d43 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,4 +32,4 @@ after_success: - bash ./script/build-doc.sh - travis-cargo doc-upload - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then travis-cargo coveralls --no-sudo --verify; fi - - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./kcov/build/src/kcov --verify --coveralls-id=$TRAVIS_JOB_ID --exclude-pattern=/.cargo target/kcov target/debug/tantivy-*; fi + - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./kcov/build/src/kcov --verify --coveralls-id=$TRAVIS_JOB_ID --include-path=`pwd`/src --exclude-path=`pwd`/cpp --exclude-pattern=/.cargo target/kcov target/debug/tantivy-*; fi