Is there any plugin for including regression testing code coverage as part of dashboard similar to unit test coverage and integration test.
I am not sure what would you expect from such plugin, there is no plugin which will show it as a separate metric, at least not from SonarSource. You can always merge the coverage together with unit tests and integration tests and show it in the same coverage metric.
Also note, that we deprecated the distinction between integration and unit tests, there is only “single” coverage now.
Hi,
our requirement is like we need to display regression code coverage in sonarqube dashboard.
can you please help on this.
Thank you.
You can display it only together with unit test coverage, you can’t display it as a separate metric with default plugins.
1 Like