0 votes
in Gradle by
Which Gradle plugin is used to generate code coverage reports?

a) java

b) jacoco

c) junit

d) groovy

1 Answer

0 votes
by

Answer: b) jacoco

Explanation: The jacoco plugin is used to generate code coverage reports for a Gradle project. It measures how much of the code is executed during the tests.

...