Skip to content
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.

Commit

Permalink
Merge pull request #134 from radonsky/fix_cobertura
Browse files Browse the repository at this point in the history
Fixed cobertura reports
  • Loading branch information
radonsky committed Aug 27, 2014
2 parents 6a3cfb8 + 4a563db commit 248b176
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions gradle/check.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,5 @@ apply plugin: 'pmd'

apply plugin: 'cobertura'
cobertura {
sourceDirs = sourceSets.main.java.srcDirs
format = 'xml'
includes = ['**/*.java', '**/*.groovy']
excludes = []
coverageFormats = ['xml']
}

0 comments on commit 248b176

Please sign in to comment.