Skip to content

Commit 0639b46

Browse files
committed
Set jacoco=True for debugging purposes
1 parent ffd8e34 commit 0639b46

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

agent_api/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ test {
6161
events "passed", "skipped", "failed"
6262
exceptionFormat "full"
6363
}
64+
jacoco {
65+
enabled = true
66+
}
6467
}
6568

6669
jacocoTestReport {

0 commit comments

Comments
 (0)