From 55b9db9c446b7082bb11ad8041b10700fc7bc11d Mon Sep 17 00:00:00 2001 From: Giud Date: Wed, 22 May 2019 12:27:46 -0400 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d0b3de9640..096459b00a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -53,5 +53,5 @@ before_script: script: - ./tools/ci/travis-script.sh after_success: - - cpp-coveralls --exclude-pattern "/usr/*" -e "build" --dump cpp_cov.json + - cpp-coveralls -i src -i include --exclude-pattern "/usr/*" --dump cpp_cov.json - coveralls --merge=cpp_cov.json