summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTycho <work.tycho+git@gmail.com>2014-05-10 15:44:20 +0200
committerTycho <work.tycho+git@gmail.com>2014-05-10 15:44:20 +0200
commit83a7b2333f8cf226ace35c09fa68a6a0f8009434 (patch)
tree2ade5fc061227a1dc09beda92269e6ec0702cce5
parentquieted gcov 3 (diff)
downloadcuberite-83a7b2333f8cf226ace35c09fa68a6a0f8009434.tar
cuberite-83a7b2333f8cf226ace35c09fa68a6a0f8009434.tar.gz
cuberite-83a7b2333f8cf226ace35c09fa68a6a0f8009434.tar.bz2
cuberite-83a7b2333f8cf226ace35c09fa68a6a0f8009434.tar.lz
cuberite-83a7b2333f8cf226ace35c09fa68a6a0f8009434.tar.xz
cuberite-83a7b2333f8cf226ace35c09fa68a6a0f8009434.tar.zst
cuberite-83a7b2333f8cf226ace35c09fa68a6a0f8009434.zip
-rwxr-xr-xuploadCoverage.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/uploadCoverage.sh b/uploadCoverage.sh
index 7eb1d9983..fc17ddc2c 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 sh -c 'cp {} $(dirname {})/../$(basename {})' \;
- coveralls --exclude lib --exclude Android --gcov-options ' -q'
+ coveralls --exclude lib --exclude Android >/dev/null
fi