Closed
Description
We want to use SonarQube with Code Coverage report. We already uses gcovr with jenkins which works flawlessly (thanks!!!). As sonarqube uses gcov files directly we tried "--keep" of gcovr to avoid complex excludes which are already defined in gcovr cmdline. But it looks like gcovr will delete any .gcov files even we add "--keep".
Also it seems it writes it to /tmp/tmp****/. It would be great if non-excluded gcov files could be re-used by other programs.
See: https://docs.sonarqube.org/display/PLUG/SonarCFamily+Coverage+Results+Import