Skip to content

Commit

Permalink
Set jacoco=True for debugging purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
bitterpanda63 committed Jan 30, 2025
1 parent ffd8e34 commit 0639b46
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions agent_api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ test {
events "passed", "skipped", "failed"
exceptionFormat "full"
}
jacoco {
enabled = true
}
}

jacocoTestReport {
Expand Down

0 comments on commit 0639b46

Please sign in to comment.