Hello Everyone,
-
- Developer Edition Version 9.9, OpenCpp Coverage Plugin, OCCSonarQube Plugin
- what are you trying to achieve - Code Coverage Percent’s show the same number after running SonarScanner to upload SonarQube.xml to SonarQube
- what have you tried so far to achieve this - Updating the buildwrapper, Excluding false tests.
We have been using the project GitHub - OpenCppCoverage/OpenCppCoverage at 71c622215f18d76aeabe35c45440b744f7c55ca8 to get our code coverage and we have noticed that if we export or data as html we get one number of coverage data and then if we export using an export type of SonarQube.xml the same tests are being run but when we run sonarscanner to scan the SonarQube.xml and upload it to SonarQube the numbers dont match one project shows a difference of about .7% but another shows a difference of 15% so im trying to understand what happens during the sonarscanner process that changes the coverage percent number? I can provide pictures of one of the projects if needed.