Coverage and Test Result not being shown

Hi,

I am newbie to SonarCloud and I am trying it out with PL/SQL (utPLSQL to run the tests) and GitHub Actions.

Everything is working fine, but I can’t see the coverage neither the test result in SonarCloud.

Here is the log from GitHub Actions related to these two files:

INFO: Sensor Generic Coverage Report
INFO: Parsing /github/workspace/coverage.xml
INFO: Imported coverage data for 1 files
INFO: Sensor Generic Coverage Report (done) | time=57ms
INFO: Sensor Generic Test Executions Report
INFO: Parsing /github/workspace/test-results.xml
INFO: Imported test execution data for 1 files
INFO: Sensor Generic Test Executions Report (done) | time=7ms

However I don’t see (or don’t know yet where to see) this information on the SonarCloud as it still shows 0% of coverage and the line I am sure it’s being tested shows in red “Not covered by tests”.

Thanks in advance.

Problem solved, there was some misconfiguration over here.

1 Like

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