From f7338e9afc0ba8727df11e322279c2181980a66c Mon Sep 17 00:00:00 2001 From: Thomas Fussell Date: Tue, 21 Mar 2017 21:41:57 -0400 Subject: [PATCH] fix lcov directory --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1c26990f..f32a680d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,8 +34,7 @@ script: - cmake -D STATIC=$STATIC -D BENCHMARKS=$BENCHMARKS -D SAMPLES=$SAMPLES -D COVERAGE=$COVERAGE -D CMAKE_CXX_COMPILER=$COMPILER -D CMAKE_BUILD_TYPE=Debug .. - cmake --build . - ./tests/xlnt.test - - cd .. after_success: - - lcov --compat-libtool --directory build --capture --output-file coverage.info + - lcov --compat-libtool --directory source/CMakeFiles/xlnt.dir --capture --output-file coverage.info - coveralls-lcov coverage.info