Sonar coverage dropped to 0 after version upgrade

Hi Team,

Sonar code coverage % dropped to 0 though the build was successful. kindly provide fix

Hi,

Your log screenshot (for future reference, for logs text is far easier to read - and redact! - than screenshots) says the coverage report was not found. Does it actually exist at that path?

 
Ann

But is cobertura report needed here?

Hi,

How are you providing coverage information to your analysis? Analysis doesn’t run your tests or generate coverage reports for you. That has to be done before analysis and fed in in the form of reports.

 
Ann

Cobertura has been recently implemented. before that too sonar coverage was done. after the cobertura changes, i am facing this.

Hi,

How do you expect your coverage data to get passed to analysis? What analysis properties are you using with what values?

 
Ann