1
0

quieted gcov 4

This commit is contained in:
Tycho 2014-05-10 14:44:20 +01:00
parent 90f91ae977
commit 83a7b2333f

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 --gcov-options ' -q' coveralls --exclude lib --exclude Android >/dev/null
fi fi