Skip to content

Commit

Permalink
Coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanenicolas committed Aug 28, 2014
1 parent 6eefa11 commit 99ac41a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions injectresource-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@ tasks.withType(Test) {
include "**/*Test.class"
}

check.dependsOn test
install.dependsOn check

cobertura.coverageFormats = ['html', 'xml'] // coveralls plugin depends on xml format report
cobertura.auxiliaryClasspath += project.files('../injectresource-annotations/build/classes/')
cobertura.coverageIncludes = ['.*com.github.stephanenicolas.injectresource.InjectResourceProcessor']

0 comments on commit 99ac41a

Please sign in to comment.