#1212 get more info from gradle

This commit is contained in:
Sean Mac Gillicuddy 2019-08-07 14:29:57 +01:00
parent a1fb3d0973
commit 3a05be1713

View File

@ -56,7 +56,7 @@ before_script:
- adb shell input keyevent 82 &
script:
- ./gradlew createKiwixDebugCoverageReport lintKiwixDebug jacocoTestKiwixDebugUnitTestReport assemble
- ./gradlew createKiwixDebugCoverageReport lintKiwixDebug jacocoTestKiwixDebugUnitTestReport assemble --info
after_success:
- bash <(curl -s https://codecov.io/bash)