diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4b77f2d17e22..d5a9f9b4bd17 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -224,9 +224,9 @@ Source code of app: - small, isolated tests, with no need of Android SDK - code coverage can be directly shown via right click on test and select "Run Test with Coverage" -``` -./gradlew jacocoTestGplayDebugUnitTest ```bash +./gradlew jacocoTestGplayDebugUnitTest +``` #### Instrumented tests - tests to see larger code working in correct way