Fix jacoco task
This commit is contained in:
@@ -283,7 +283,7 @@ android {
|
|||||||
|
|
||||||
// apply plugin: 'spoon'
|
// apply plugin: 'spoon'
|
||||||
|
|
||||||
task jacocoTestReport(type:JacocoReport, dependsOn: "testDebugUnitTest") {
|
task jacocoTestReport(type:JacocoReport, dependsOn: "testFdroidDebugUnitTest") {
|
||||||
group = "Reporting"
|
group = "Reporting"
|
||||||
description = "Generate Jacoco coverage reports"
|
description = "Generate Jacoco coverage reports"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user