-
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.