1
0
Fork 0

quieted gcov

This commit is contained in:
Tycho 2014-05-10 13:59:34 +01:00
parent 79570552b9
commit 9e17adc845
1 changed files with 1 additions and 1 deletions

View File

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