fix lcov directory

This commit is contained in:
Thomas Fussell 2017-03-21 21:41:57 -04:00
parent 3b073a8b76
commit f7338e9afc

View File

@ -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 -D STATIC=$STATIC -D BENCHMARKS=$BENCHMARKS -D SAMPLES=$SAMPLES -D COVERAGE=$COVERAGE -D CMAKE_CXX_COMPILER=$COMPILER -D CMAKE_BUILD_TYPE=Debug ..
- cmake --build . - cmake --build .
- ./tests/xlnt.test - ./tests/xlnt.test
- cd ..
after_success: 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 - coveralls-lcov coverage.info