This is is demo project for the Bitrise Mobile DevOps Summit .
This repo together with its Bitrise CI config, demonstrate best practices in Secret and Environmental variable management in a CI/CD flow. A CI/CD workflow is triggered on Bitrise platform when a file change is pushed to the repo, this will run some unit test and generate test coverage report using kover. The generated report is then uploaded to Codecov for proper analysis and visualisation.
Important Share Event link here.
To build the app locally, simply run:
./gradlew buildDebug
./gradlew testDebug
./gradlew koverXmlReportDebug