We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6230a80 commit eb3f401Copy full SHA for eb3f401
jacoco.gradle
@@ -1,5 +1,9 @@
1
apply plugin: 'jacoco'
2
3
+jacoco {
4
+ toolVersion = "0.8.4"
5
+}
6
+
7
jacocoTestReport {
8
reports {
9
xml.enabled = true
0 commit comments