bilke / cmake-modules

Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules)
Boost Software License 1.0
542 stars 215 forks source link

Optionally create SonarQube output alongside lcov #73

Closed hamletg closed 1 year ago

hamletg commented 1 year ago

When setting up a target for output coverage with lcov, it's not unusual to require SonarQube output as well. Instead of running the test coverage twice, run it only once but optionnaly support output SonarQube as well.