This page describes the shell script atlas-clover
, part of the Atlassian Plugin SDK.
atlas-clover [options]
- Runs unit and integration tests, generating a code coverage report with Clover. Passes all parameters straight through to Maven. Report is available in target/site/clover/index.html
.
This shell script is a Maven wrapper script. All parameters are passed straight through to Maven.
The shell script will display some help text if you enter one of the following as the first argument:
For example:
1 2atlas-clover -? atlas-clover -help
1 2atlas-clover
Will run all your tests with Clover enabled and generate a source level, HTML code coverage report in target/site/clover/index.html
.
A coverage summary will also be printed to stdout at the end of the build and will be pretty if you have MAVEN_COLOR=true:
maven-clover2-plugin site cocs
Maven Clover user guide
Working with the SDK
Getting started
Rate this page: