Relocate gcda files so gcov can find them 3
This commit is contained in:
parent
5b23bc53cc
commit
149793da05
@ -2,7 +2,7 @@
|
||||
|
||||
if [ "$TRAVIS_MCSERVER_BUILD_TYPE" == "COVERAGE" ]
|
||||
then
|
||||
find tests -type f -name '*.gcda' -exec cp {} $(dirname {})/../$(basename {})
|
||||
find tests -type f -name '*.gcda' -exec sh -c 'cp {} $(dirname {})/../$(basename {})' \;
|
||||
coveralls --exclude lib --exclude Android --gcov-options -q
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user