Hi Team,
I’m using SonarQube Server with version 7.9. I’m trying to analyze my .NET Framework project which has multiple test project i.e., it contains around 24 .dll files. So, to generate code coverage using open cover tool I have mentioned all the 24 .dll path in a response file one by one and mentioned the file in target argument so that it will generate a opencover.xml file with combined code coverage. After executing open cover command I’m able to see that logs says:
Test Run Failed.
Total tests: 1510
Passed: 1473
Failed: 11
Skipped: 26
It has also generated an opencover.xml file but I’m only able to see 0.1% of code coverage on SonarQube dashboard. With this much of passed test case we are not expecting this % of code coverage.
Kindly help us to resolve this issue as soon as possible.