mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
fix lcov directory
This commit is contained in:
parent
3b073a8b76
commit
f7338e9afc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user