Relocate gcda files so gcov can find them take 2
This commit is contained in:
parent
740aed3aef
commit
79570552b9
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
if [ "$TRAVIS_MCSERVER_BUILD_TYPE" == "COVERAGE" ]
|
if [ "$TRAVIS_MCSERVER_BUILD_TYPE" == "COVERAGE" ]
|
||||||
then
|
then
|
||||||
find tests -type f -name '*.gcda' -exec 'cp {} $(dirname {})/../$(basename {})'
|
find tests -type f -name '*.gcda' -exec cp {} $(dirname {})/../$(basename {})
|
||||||
coveralls --exclude lib --exclude tests
|
coveralls --exclude lib --exclude tests >
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user