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.
In my case, I have to get code coverage in server.For that I use clover. I have executed test cases for some scenarios through client side manually (That means logging to the web application and manually test some scenarios ). Then I want to get result as what is the test coverage during testing. While I test, there may be situation like application build again. That means I lost my coverage data file. After testing finish, then it shows only coverage which is covered after new app build. Clover provides history point option which save .xml.gz file on the history directory. I want to know How I integrate this history file and currently updated clove.db file and create a report which cover all of my testing ? ( Before start build i can executed ant target for save history point and save the current coverage result)
Hi, you can't simply merge current clover.db and coverage files with Clover history point. However you can generate Clover reports (current and historic one) linked together.
Please take a look at current and historical elements of the clover-report documentation
https://confluence.atlassian.com/display/CLOVER/clover-report#clover-report-<current>
Regards,
Grzegorz Lewandowski
Then I want to get result as what is the test coverage during testing. While I test, there may be situation like application build again. That means I lost my coverage data file.
Could you please clarify what would you like to achieve exactly?
Please note that if application has been rebuilt, then your all previous manual tests are no longer valid as you never know how source code changed. So for this reason I don't see a value of keeping outdated coverage data as well.
Unless you have different intent?
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.