0% percentage code coverage after connection to local SQL Database Server

Hello
currently using Developer Edition Version 9.9.4 (build 87374) with Jenkins and OpenCover to get code coverage so we are able to see code coverage in SonarQube but recently we need to create a SQL DataBase in Server to run some Tests but now we see CodeCoverage at 0%.

I dont see any issues in logs (sonar.verbose=true), even just open the connection in SQL cause the issue so there is something else I should check

Hi,

Welcome to the community!

Your database has nothing to do with your coverage.

The answer to this will be in your analysis configuration and logs.

If you previously had coverage in SonarQube and no longer do, then you should ask yourself what changed in your analysis, not on the server side.

 
HTH,
Ann