quieted gcov
This commit is contained in:
parent
79570552b9
commit
9e17adc845
@ -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 cp {} $(dirname {})/../$(basename {})
|
find tests -type f -name '*.gcda' -exec cp {} $(dirname {})/../$(basename {})
|
||||||
coveralls --exclude lib --exclude tests >
|
coveralls --exclude lib --exclude tests --gcov-options -q
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user