When collecting code coverage reports via "publishCoverage" the results won't be passed to the test tab in BlueOcean.
I already tried to upload coverage reports with different plugins and it seems to be a convention that they won't appear in Jenkins as tests.
Long story short, I believe there is a convention behind this and it looks like we need to define additional metrics in our plugin here to make them appear in our great Grafana plots.
Expected Behaviour
Collecting metrics about coverage reports
Current Behaviour
There are no such metrics available
Possible Solution
Implement additional metrics for it using some "code-coverage-api".
When collecting code coverage reports via "publishCoverage" the results won't be passed to the test tab in BlueOcean. I already tried to upload coverage reports with different plugins and it seems to be a convention that they won't appear in Jenkins as tests. Long story short, I believe there is a convention behind this and it looks like we need to define additional metrics in our plugin here to make them appear in our great Grafana plots.
Expected Behaviour
Collecting metrics about coverage reports
Current Behaviour
There are no such metrics available
Possible Solution
Implement additional metrics for it using some "code-coverage-api".
Steps to Reproduce (for bugs)
Your Environment
Doesn't matter.