README: Fix commands to run tests
This commit is contained in:
@@ -52,11 +52,11 @@ Select SDK Platform for API levels 21, 22, 23, and 24.
|
|||||||
|
|
||||||
### Run Tests
|
### Run Tests
|
||||||
1. Use OpenJDK instead of Oracle JDK
|
1. Use OpenJDK instead of Oracle JDK
|
||||||
2. Execute ``./gradlew clean testFdroidDebug --continue``
|
2. Execute ``./gradlew clean testFdroidDebugUnitTest --continue``
|
||||||
|
|
||||||
### Run Jacoco Test Coverage
|
### Run Jacoco Test Coverage
|
||||||
1. Use OpenJDK instead of Oracle JDK
|
1. Use OpenJDK instead of Oracle JDK
|
||||||
2. Execute ``./gradlew clean testFdroidDebug jacocoTestReport``
|
2. Execute ``./gradlew clean testFdroidDebugUnitTest jacocoTestReport``
|
||||||
3. Report is here: OpenKeychain/build/reports/jacoco/jacocoTestReport/html/index.html
|
3. Report is here: OpenKeychain/build/reports/jacoco/jacocoTestReport/html/index.html
|
||||||
|
|
||||||
### Development with Android Studio
|
### Development with Android Studio
|
||||||
|
|||||||
Reference in New Issue
Block a user