heitorcolangelo / RedditNews

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

License:Apache License 2.0


Languages

Language:Kotlin 98.4%Language:Java 1.6%