You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
Hi,
We're evaluating Clover as our main coverage tool for our Maven projects and we're willing to pay for the Server License but we have a blocker issue.
Our projects have the following structure:
project
module-a
src/main/java
src/test/java (UTs)
module-a-it
src/test/java (ITs)
We're have no clover configuration within our poms. We use surefire for our UTs and failsafe for our ITs.
We run the following goal from the top project:
mvn clean coverage:instrument install clover:aggregate clover:clover
The problem is that even when the ITs pass, we end up with no coverage for our ITs.
image2016-9-16 10:23:40.png
What should we do?
Thank you
Hi Fer,
mvn clean clover:setup verify clover:aggregate clover:clover
Cheers
Marek
PS: As soon as you solve the problem with lack of data in the HTML report, you may want be interested in fine-tuning of Clover configuration for Failsafe. I'm pasting you few links:
https://confluence.atlassian.com/display/CLOVER/Using+with+Surefire+and+Failsafe+Plugins
https://confluence.atlassian.com/display/CLOVER/Unit+Test+Results+and+Per-Test+Coverage
and some hacking:
https://confluence.atlassian.com/display/CLOVER/Updating+optimization+snapshot+file
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello everyone, I am a product manager in the Jira Cloud team focused on making sure our customers have a delightful experience using our products. Towards that goal, one of the areas which is extr...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.