Add points to class grades statistics (#512)

This commit is contained in:
Mikołaj Pich
2019-10-03 00:46:08 +02:00
committed by Rafał Borcz
parent d411d86355
commit f9474af39e
24 changed files with 2019 additions and 112 deletions

View File

@ -116,7 +116,7 @@ jobs:
adb shell input keyevent 82
- run:
name: Run instrumented tests
command: ./gradlew clean createPlayDebugCoverageReport jacocoTestReport --no-daemon --stacktrace --console=plain -PdisablePreDex
command: ./gradlew clean createFdroidDebugCoverageReport jacocoTestReport --no-daemon --stacktrace --console=plain -PdisablePreDex
- run:
name: Collect logs from emulator
command: adb logcat -d > ./app/build/reports/logcat_emulator.txt