Try coveralls support

This commit is contained in:
Dominik Schürmann
2015-06-11 12:58:21 +02:00
parent b856d82ae2
commit 7f67658de9
3 changed files with 4 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
apply plugin: 'com.android.application'
apply plugin: 'witness'
apply plugin: 'jacoco'
apply plugin: 'com.github.kt3k.coveralls'
dependencies {
// NOTE: Always use fixed version codes not dynamic ones, e.g. 0.7.3 instead of 0.7.+, see README for more information