1
0

quite gcov take 4

This commit is contained in:
Tycho 2014-05-10 17:47:45 +01:00
parent 0adb5c94b8
commit 6124b5208c

View File

@ -3,7 +3,7 @@
if [ "$TRAVIS_MCSERVER_BUILD_TYPE" == "COVERAGE" ] if [ "$TRAVIS_MCSERVER_BUILD_TYPE" == "COVERAGE" ]
then then
find tests -type f -name '*.gcda' -exec sh -c 'cp {} $(dirname {})/../$(basename {})' \; find tests -type f -name '*.gcda' -exec sh -c 'cp {} $(dirname {})/../$(basename {})' \;
coveralls --exclude lib --exclude Android >/dev/null coveralls --exclude lib --exclude Android --gcov-options=-q
fi fi