This is sample repository of automatically review android codes.
Add below line at build.gradle.
apply from: "https://raw.githubusercontent.com/monstar-lab/gradle-android-ci-check/1.0.0/ci.gradle"
Override test section.
test:
override:
- scripts/saddler.sh
Add below shell script.
https://github.com/noboru-i/android-saddler-sample/blob/master/scripts/saddler.sh
Set GITHUB_ACCESS_TOKEN=your_access_token
to Environment Variables
.