diff options
author | Tycho <work.tycho+git@gmail.com> | 2014-05-10 15:44:20 +0200 |
---|---|---|
committer | Tycho <work.tycho+git@gmail.com> | 2014-05-10 15:44:20 +0200 |
commit | 83a7b2333f8cf226ace35c09fa68a6a0f8009434 (patch) | |
tree | 2ade5fc061227a1dc09beda92269e6ec0702cce5 /uploadCoverage.sh | |
parent | quieted gcov 3 (diff) | |
download | cuberite-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 |
Diffstat (limited to '')
-rwxr-xr-x | uploadCoverage.sh | 2 |
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 |