VB project and C# unit test project VS unit test coverage

Hello,

I’m using Scanner and Jenkins for the analysis. Unit tests coverage doesn’t appear in case of my project is written in vb and my unit test project in C#. It’s OK when both are written in C#.
Is there a way to get the rigth coverage ?

Thanks for your help

Perhaps we have currently the same problem.

Open an issue here: Sonarqube not processing opencover report

I finally solved the problem by setting both sonar.cs.opencover.reportsPaths and sonar.vbnet.opencover.reportsPaths parameters and adding pdb in the advanced compilation settings of my project where coverage unit test didn’t appeared.

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