1
0
Fork 0

test code does not need testing

This commit is contained in:
worktycho 2014-05-17 13:05:12 +01:00
parent 8bb8c2ca7d
commit 029e9a826a
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 sh -c 'cp {} $(dirname {})/../$(basename {})' \;
coveralls --exclude lib --exclude Android >/dev/null
coveralls --exclude lib --exclude Android --exclude tests >/dev/null
fi