mirror of
https://github.com/MinimalBible/MinimalBible
synced 2024-11-22 07:58:20 -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:+'
|
testCompile 'org.robolectric:robolectric:+'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
jacocoTestReport {
|
jacocoTestReport {
|
||||||
/*
|
/*
|
||||||
Alright, setting up Jacoco the right way is massively confusing.
|
Alright, setting up Jacoco the right way is massively confusing.
|
||||||
@ -56,3 +55,7 @@ jacocoTestReport {
|
|||||||
html.destination "${buildDir}/jacocoHtml"
|
html.destination "${buildDir}/jacocoHtml"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
coveralls {
|
||||||
|
sourceDirs = files(androidModule.android.sourceSets.main.java.srcDirs).files.absolutePath
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user