Attempt to improve coverage reports on modern compilers (5)
This commit is contained in:
parent
37b55275c0
commit
501e26b3db
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user