Hello,
I hope someone could help me with the following question, thanks a lot upfront.
Environment: SonarQube Enterprise Edition Version 9.9 (build 65466) on-premises instance.
We have a large project repository (large in terms of lines of code, around 1.2 million LOC) that we scan using sonar-scanner-msbuild-5.13.0.66756-net46 in 3 distinct SonarQube projects:
- Project SCA - as the name suggests, this project is just used for producing the Static Code Analysis results
- Project Unit Tests - here we use code coverage tools to collect code coverage results when we run Unit tests only
- Project Integration Tests - a separate project for collecting code coverage results for the Integration tests only
But as you can imagine, this effectively means that we scan the same code 3 times and this adds against our LOC license.
Is there a way to tune SonarQube so it doesn’t count the same lines of code x3, and thus help to not hit the upper limit of our existing LOC license?