Add a note on coverage

parser-fixes
Bradlee Speice 2014-12-01 23:56:55 -05:00
parent d79f898bce
commit c4dc251ead
1 changed files with 6 additions and 1 deletions

View File

@ -55,9 +55,14 @@ jacocoTestReport {
Additionally, to properly exclude, we need to run that code outside the doFirst block.
No clue why this is, but please don't change this without extensive testing.
Finally, because we actually exclude these files from the output, they are removed
from the actual classpath, meaning no test classes can reference any of the below.
Otherwise, I'd remove com/toddddavies/** as well
*/
def jacocoExcludes = [
"android/**/*"
"android/**/*",
"com/cmwmobile/**"
]
firstVariant.javaCompile.exclude(jacocoExcludes).outputs.files