Attempt to improve coverage reports on modern compilers (5)

This commit is contained in:
Antony Polukhin 2016-01-30 18:43:21 +03:00
parent 37b55275c0
commit 501e26b3db

View File

@ -95,7 +95,7 @@ after_success:
# Preparing Coveralls data by changind data format to a readable one
- git clone https://github.com/linux-test-project/lcov.git lcov_dir
- LCOV='lcov_dir/bin/lcov --gcov-tool gcov-5'
- LCOV='$BOOST/libs/$PROJECT_TO_TEST/test/lcov_dir/bin/lcov --gcov-tool gcov-5'
- $LCOV --directory $TRAVIS_BUILD_DIR/coverals --base-directory ./ --capture --output-file $TRAVIS_BUILD_DIR/coverals/coverage.info
# ... erasing /test/ /example/ folder data