-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
Hi,
the goal is to let jacoco and test-results-analyzer plugins play nicely together.
Currently the test-results-analyzer plugin does not pick up the results from Jacoco. It requires the "Publish Junit-Reports" post build action to pick up the results of 'target/surefire-reports/*.xml' and put it into junitResult.xml. These files are used by the test-results-analyzer plugins to display the history of the test results.
The same thing should be done, when publishing Jacoco Test Results, so they can be picked up from test-results-analyzer plugin.