Hi Team,
could you please let me know what is the use of healthyTarget, unhealthyTarget and failingTarget in clover report. How does this impact graphical presentation of code coverage ?
Hi Gaurav,
I'm not an expert on this, but it appears these define the thresholds for what you'd deem healthy, unhealthy and failing from a coverage point of view. For example you might say a 50% method coverage is failing, 70% is unhealthy, and 80% is healthy.
Some more clues can be found here: https://stackoverflow.com/questions/37454187/how-to-specify-clover-coveragetarget-metrics-in-jenkins-pipeline
yes that is true but I was wondering how these thresholds are impacting clover report as I don't see like healthy or unhealthy notification in my test coverage report. So what is the significance then ? I mean if I put 60% instead of 70% for healthy threshold, how my report is going to be impacted ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's a good question, and one where I'd definitely be guessing. Perhaps it sends back an overall flag of the health of the coverage in the report corresponding with the targets, or sets an exit code.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Recommended Learning For You
Level up your skills with Atlassian learning
Atlassian DevOps Essentials
Learn to manage the product lifecycle by building, automating, and improving processes with Atlassian's approach to DevOps.
Jira Automation
Reduce project complexity and optimize your team's processes through the power of automation.
Bitbucket Pipelines Configuration
Build better software and release more often by learning how to implement a CI/CD solution with Bitbucket Pipelines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.