1
0
Fork 0

Remove unused Coveralls-script

Disabled in a22f0795f6
Reference removed in ea43ae2318
This commit is contained in:
Mat 2020-05-07 06:42:11 +03:00 committed by GitHub
parent b9f441294d
commit 73f6d17ca1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
#!/usr/bin/env bash
if [ "$TRAVIS_CUBERITE_BUILD_TYPE" == "COVERAGE" ]
then
find tests -type f -name '*.gcda' -exec sh -c 'cp {} $(dirname {})/../$(basename {})' \;
coveralls --exclude lib --exclude Android >/dev/null
fi