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 d0c3519 commit d2031e3Copy full SHA for d2031e3
build.gradle
@@ -3,7 +3,7 @@ plugins {
3
id 'eclipse'
4
id 'java'
5
id 'com.github.kt3k.coveralls' version '2.7.1'
6
- id 'net.saliman.cobertura' version '2.4.0'
+ id 'net.saliman.cobertura' version '2.5.3'
7
}
8
9
cobertura.coverageFormats = ['html', 'xml'] // coveralls plugin depends on xml format repor
0 commit comments