/RedditNews

Primary LanguageKotlinApache License 2.0Apache-2.0

README

Build & Run

These are instructions on how to build and run the app.

Clone the repository

git clone https://github.com/heitorcolangelo/RedditNews.git

Execute gradlew task

Navigate to project root folder, and execute the task to build and install the apk.

./gradlew installDebug

Tests

These are instructions on how to run tests.

Execute instrumented tests

./gradlew app:connectedAndroidTest

Execute unit tests

./gradlew repository:test

Execute Jacoco test report

./gradlew app:jacocoTestReport

That's all!