Using the Bazel _coverage_report.dat for C++

The SonarQube version that I am using is 8.9.6.

I have a Bazel generated _coverage_report.dat for C++ code.
Is there a way I can feed this to SonarQube to display coverage data?
If so, what is the project properties key that I can use?

Thanks,
Naveen T

Hey there.

Checkout this documentation: C/C++/Objective-C Test Coverage | SonarQube Docs

Thanks, Colin.
Unfortunately, the build system does not store the .gcda files.
So, using gcovr is not possible.