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.

Related questions

0 votes
asked Apr 1 in Gradle by rajeshsharma
0 votes
asked Apr 12 in Nagios by rajeshsharma
...