This documentation is for Clover 3.2.x View the latest version of

Unknown macro: {spacejump}

or visit the current Clover documentation home page.

This is an open-source extension and Atlassian does not provide technical support for it.

 

Gradle framework can automate the building, testing, publishing, deployment and more of software packages or other types of projects such as generated static websites or generated documentation.

Gradle Cookbook

Gradle cookbook presents a simple script with basic Clover integration:

http://wiki.gradle.org/display/GRADLE/Cookbook#Cookbook-usingClover

Gradle Clover Plugin

A quite functional Clover plugin written by Benjamin Muschko:

https://github.com/bmuschko/gradle-clover-plugin

Known issues:

  • https://github.com/bmuschko/gradle-clover-plugin/issues
  • plug-in requires presence of "main" source directory (e.g. src/main/groovy)
  • a default test inclusion pattern is "**/*Test.java" and "**/*Test.groovy", so in case you have other test naming convention (for instance, Spock framework has "*Spec.groovy") you have to declare clover.testIncludes property in build.gradle

 

  • No labels