summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTycho <work.tycho+git@gmail.com>2014-05-10 15:05:39 +0200
committerTycho <work.tycho+git@gmail.com>2014-05-10 15:05:39 +0200
commit5b23bc53cc200b5fe9592c3c5f6fda1622e99b54 (patch)
tree34def55de40f1fd788ad4ef6cfd6eea18b1f8526
parentquieted gcov (diff)
downloadcuberite-5b23bc53cc200b5fe9592c3c5f6fda1622e99b54.tar
cuberite-5b23bc53cc200b5fe9592c3c5f6fda1622e99b54.tar.gz
cuberite-5b23bc53cc200b5fe9592c3c5f6fda1622e99b54.tar.bz2
cuberite-5b23bc53cc200b5fe9592c3c5f6fda1622e99b54.tar.lz
cuberite-5b23bc53cc200b5fe9592c3c5f6fda1622e99b54.tar.xz
cuberite-5b23bc53cc200b5fe9592c3c5f6fda1622e99b54.tar.zst
cuberite-5b23bc53cc200b5fe9592c3c5f6fda1622e99b54.zip
-rwxr-xr-xuploadCoverage.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/uploadCoverage.sh b/uploadCoverage.sh
index ad3ea070e..b76b9d8e6 100755
--- a/uploadCoverage.sh
+++ b/uploadCoverage.sh
@@ -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