mirror of
https://github.com/MinimalBible/MinimalBible
synced 2024-11-04 15:18:22 -05:00
Add source files to Coveralls
This commit is contained in:
parent
a7e477b46b
commit
af5875cf86
@ -27,7 +27,6 @@ dependencies {
|
||||
testCompile 'org.robolectric:robolectric:+'
|
||||
}
|
||||
|
||||
|
||||
jacocoTestReport {
|
||||
/*
|
||||
Alright, setting up Jacoco the right way is massively confusing.
|
||||
@ -56,3 +55,7 @@ jacocoTestReport {
|
||||
html.destination "${buildDir}/jacocoHtml"
|
||||
}
|
||||
}
|
||||
|
||||
coveralls {
|
||||
sourceDirs = files(androidModule.android.sourceSets.main.java.srcDirs).files.absolutePath
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user