mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 17:18:52 -06:00
Update dependencies
This commit is contained in:
@@ -36,7 +36,7 @@ info() {
|
||||
}
|
||||
|
||||
fail() {
|
||||
$ADB shell reboot -p
|
||||
$ADB emu kill
|
||||
exit 1
|
||||
}
|
||||
|
||||
@@ -92,7 +92,7 @@ info "Fetching logcat"
|
||||
$ADB logcat -d > ${OUTPUTS_DIR}/logcat.txt
|
||||
|
||||
#--------------------------------------------------------------------------------
|
||||
info "Building coverage report"
|
||||
info "Running JVM tests"
|
||||
mkdir -p ${OUTPUTS_DIR}/code-coverage/connected/
|
||||
$ADB pull /data/user/0/${PACKAGE_NAME}/files/coverage.ec \
|
||||
${OUTPUTS_DIR}/code-coverage/connected/
|
||||
|
||||
Reference in New Issue
Block a user