Awesome
TravisCoverallsExample
This repository demonstrates how you easily integrate Travis Continuous integration and Coveralls code coverage into your own open source project. The precise details of how everything works can be found in this blogpost.
The most interesting files to have a look at are:
- Travis configuration: .travis.yml
- Code coverage and Coveralls configuration: build.gradle
- Android SDK dependencies list: android_sdk_dependencies.txt
Questions
@molsjeroen