First I scanned C++ project without tests coverage report and got something about 1k code smells.
Then I’ve added code coverage report and only 5 issues stayed, most of them were closed somehow…
Why is that?
First I scanned C++ project without tests coverage report and got something about 1k code smells.
Then I’ve added code coverage report and only 5 issues stayed, most of them were closed somehow…
Why is that?
Hi,
Does the relevant code still show up in SonarQube? Is it possible you accidentally excluded it from analysis while setting up your coverage import?
Ann
I got it now. I had to do clean build 
DO CLEAN BUILD