CLOVER Plugin
Getting Started
You can run clover with Bamboo by calling the clover goal or add the maven-clover-plugin report to the reports section in your POM.
For Clover to run on Bamboo the following requirements must be met:
- There must be tests present in your plan generating test results in JUnit test report format (this requirement is fairly trivial, but just to make things clear
) - Your build should create a Clover report (clover.xml file). And Bamboo will use this clover report as source
- Bamboo must be set up to read the clover report (clover.xml file) generated by the clover plugin after successful build
Q: I have managed to get Clover statistics displayed in numerical form for each build, but the graphs do not show a history of these statistics? A: The history of Clover is displayed over time periods (e.g. a day, a week, a month), and the minimum data point is per day. Although, this is frustrating the clover coverage will not display data thats less a day old
Labels






