Error coverage report project in typescript

My TypeScript project’s pipeline in Azure DevOps is set up to be analyzed by Sonar. The analysis is performed and the result is published in the environments, however in Azure DevOps, an error report is printed that refers to an attempt to read the JaCoCo XML code coverage report that is not used in the project, see image. I suspect that the reported error should be related to some configuration coming from SonarQube or the lack of configuration in SonarQube. Is this really a configuration issue?

Hi,

Welcome to the community!

It’s routine for analysis to look for that report. I’m only surprised it’s reported to you as an error. You can safely ignore this, but if you’d like to dig into it further, please provide your analysis log.

The analysis / scanner log is what’s output from the analysis command. Hopefully, the log you provide - redacted as necessary - will include that command as well.

This guide will help you find them.

 
Ann