-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Description
Hi team:
Gradle Distribution: Gradle wrapper from target build
Gradle Version: 4.5.1
Java Home: C:\Program Files\Java\jdk1.8.0_111
JVM Arguments: None
Program Arguments: None
Build Scans Enabled: false
Offline Mode Enabled: false
Gradle Tasks: cobertura
BUILD SUCCESSFUL (no error occurred), but "some" class disappeared at cobertura report,
Is this plugin support gradle 4.5.1 ?
PS. It works fine at gradle 3.5
plugins {
id 'net.saliman.cobertura' version '2.5.4'
}
apply plugin: 'net.saliman.cobertura'
cobertura {
coverageFormats = [ 'xml', 'html' ]
coverageIgnores = [ 'org.slf4j.*' ]
coverageExcludes = [ '.*com\\.company\\.app\\.(Application|WebConfig)' ]
coverageIgnoreTrivial = true
}
thanks
Metadata
Metadata
Assignees
Labels
No labels