-
Improvement
-
Resolution: Won't Fix
-
Major
-
None
Currently there is no possibility to get the Branch Coverage from the clover plug-in. The coverage is calculated by Clover and can be accessed like BlockMetrics.getPcCoveredBranches()
[JENKINS-14165] Add the possibility to fetch the Branch Coverage from Clover
Assignee | Original: Stephen Connolly [ stephenconnolly ] |
Workflow | Original: JNJira [ 144796 ] | New: JNJira + In-Review [ 176198 ] |
Resolution | New: Won't Fix [ 2 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
Assignee | New: Marek Parfianowicz [ marekparf ] |
The 'branch coverage' is named 'conditional coverage' in the plugin code. So the com.atlassian.clover.api.registry.BlockMetrics#getPcCoveredBranches
should be accessible by hudson.plugins.clover.CloverBuildAction#getConditionalCoverage.
Feel free to reopen the issue if you want something different (and give more details please).