rewrote exclustions
This commit is contained in:
parent
9e17adc845
commit
5b23bc53cc
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user