When will the code coverage report be seen on the Dashboard?

Hi,

I have added code coverage analysis my project and SonarCloud have also successfully processed it.
In fact, the scan provided a link into SonarCloud to let me see the code coverage report. It passed the threshold settings and everything looks good.

But I am unable to see it on my Dashboard view. Furthermore, clicking on the Metrics and clicking on the Coverage shows everything as 0.

How do I get the Dashboard to show the Coverage report?

I found out why the reports do not get shown on the Dashboard.

Reports are only shown on the Default or Master branch that is configured on SonarCloud. Once I ran the tests on the Master (Default), the report gets show.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.