example-android
Android code coverage example with https://codecov.io
File Explorer
Download Latest Version (.zip)- ci.yml
- codeStyleSettings.xml
- gradle-wrapper.jar
- gradle-wrapper.properties
- MainActivityTest.java
- MainActivity.java
- NumberProvider.java
- activity_main.xml
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- strings.xml
- styles.xml
- AndroidManifest.xml
- NumberProviderTest.java
- build.gradle
- .gitignore
- .travis.yml
- build.gradle
- gradlew
- gradlew.bat
- LICENSE
- README.md
- settings.gradle
# Installation Guide
1. Get the code
git clone https://github.com/codecov/example-android
Downloads the entire project code from GitHub to your computer.
cd example-android
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
./gradlew jacocoTestReport
Builds the project using Gradle.
./gradlew connectedCheck
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
