nowinandroid
nowinandroid copied to clipboard
Update README.md to include CI documentation
Thanks for submitting a pull request. Please include the following information.
What I have done and why Add CI documentation to readme
Include a summary of what your pull request contains, and why you have made these changes.
Fixes #<issue_number_goes_here>
How I'm testing it
Choose at least one:
- Unit tests
- UI tests
- Screenshot tests
- [X] N/A (provide justification) Only adding documentation
Do tests pass?
- [X] Run local tests on
DemoDebugvariant:./gradlew testDemoDebug - [X] Check formatting:
./gradlew --init-script gradle/init.gradle.kts spotlessApply
Is this your first pull request?
- [x] Sign the CLA
- [x] Run
./tools/setup.sh - [x] Import the code formatting style as explained in the setup script.
Can you also add a documentation for how they implement code coverage properly🙏
We'll add this to https://github.com/android/nowinandroid/wiki/Testing-strategy-and-how-to-test once it's moved back to /docs