try again

This commit is contained in:
Thomas Fussell 2017-03-21 22:17:30 -04:00
parent 638c1b0df4
commit dc0a8caa8b

View File

@ -36,6 +36,6 @@ script:
- ./tests/xlnt.test
after_success:
- find . -name "*.gcda"
- strings tests/xlnt.test | grep gcda
- lcov --compat-libtool --directory source/CMakeFiles/xlnt.dir --capture --output-file coverage.info --gcov-tool /usr/bin/gcov-6
- coveralls-lcov coverage.info