Remove unused Coveralls-script
Disabled ina22f0795f6
Reference removed inea43ae2318
This commit is contained in:
parent
b9f441294d
commit
73f6d17ca1
@ -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
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user