1
0
Fork 0

rewrote exclustions

This commit is contained in:
Tycho 2014-05-10 14:05:39 +01:00
parent 9e17adc845
commit 5b23bc53cc
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 --gcov-options -q
coveralls --exclude lib --exclude Android --gcov-options -q
fi