-
Bug
-
Resolution: Unresolved
-
Minor
-
None
We use PHPUnit to generate a clover-like XML File. Then I use the clover-plugin to evaluate it.
As you can see in the first screenshot, the displayed result shows some total coverage, but there is no detailed information. Coverage breakdown defaults to 0/0 for every package.
Clicking on a package leads to an
"Problem accessing /job/INEW_BlueOcean/64/clover/AppBundle/Traits/. Reason:
Not Found"
Maybe it has something to do with the fact, that these packages are no packages (in java sense of the word) but only directories to group the classes.
Maybe the generated XML File is not correct, but I don't know how to tell.
[JENKINS-42759] XML report file generated by CloverPHP plugin is not fully compatible with Clover format
Assignee | Original: Stephen Connolly [ stephenconnolly ] |
Attachment | New: clover.xml [ 41105 ] |
Component/s | New: cloverphp-plugin [ 15851 ] | |
Component/s | Original: clover-plugin [ 15532 ] |
Summary | Original: Clover Plugin: Coverage breakdown blank | New: XML report file generated by CloverPHP plugin is not fully compatible with Clover format |
I am having similar issues, is there any progress on this bug? or any information on how to get around this problem?