mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
I can't find the gcda files
This commit is contained in:
parent
2627f729bd
commit
638c1b0df4
|
@ -36,6 +36,6 @@ script:
|
||||||
- ./tests/xlnt.test
|
- ./tests/xlnt.test
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- ls source/CMakeFiles/xlnt.dir/cell
|
- find . -name "*.gcda"
|
||||||
- lcov --compat-libtool --directory source/CMakeFiles/xlnt.dir --capture --output-file coverage.info --gcov-tool /usr/bin/gcov-6
|
- lcov --compat-libtool --directory source/CMakeFiles/xlnt.dir --capture --output-file coverage.info --gcov-tool /usr/bin/gcov-6
|
||||||
- coveralls-lcov coverage.info
|
- coveralls-lcov coverage.info
|
||||||
|
|
Loading…
Reference in New Issue
Block a user