Skip to content

Commit 74e9c55

Browse files
MozLandoespertus
andcommitted
4849: Add test and build tips to top-level README [CI skip] r=pocmo a=espertus Co-authored-by: Ellen Spertus <[email protected]>
2 parents 9ff8f1b + 1d751d4 commit 74e9c55

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,8 @@ If the environment variable `JAVA_HOME` is not defined, you will need to set it.
282282

283283
Once the environment variable is set, you can import the project into Android Studio with the default wizard options.
284284

285+
If your build fails, you may find you get more instructive error messages by attempting the build at the command line.
286+
285287
# Coding Standards #
286288

287289
## Style ##
@@ -313,6 +315,8 @@ cause existing tests to fail. You may find these command lines helpful:
313315
./gradlew :support-ktx:testdebugunittest # Run unit tests for a specified module
314316
```
315317

318+
See also [how to measure code coverage](https://mozac.org/contributing/code-coverage).
319+
316320
## Accessibility ##
317321
If your code has user-facing changes, follow [Android accessibility best practices](https://github.com/mozilla-mobile/shared-docs/blob/master/android/accessibility_guide.md).
318322

0 commit comments

Comments
 (0)