We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d2a0fc commit 0d5d9ebCopy full SHA for 0d5d9eb
build.gradle
@@ -3,6 +3,8 @@ plugins {
3
id 'com.github.kt3k.coveralls' version '2.8.1'
4
}
5
6
+cobertura.coverageFormats = ['html', 'xml']
7
+
8
apply plugin: 'java'
9
apply plugin: 'maven'
10
apply plugin: 'eclipse'
0 commit comments