Michael Förderer
Michael Förderer
> https://github.com/oliverlee/basic-coverage-example I need a example without aa specific toolchain because we are testing with several compiler versions.
I'm experimenting and the gcc-14 is working. Now I try to find the correct options for gcc-5.
Since gcovr can be used with bazel without integrating a LCOV reader I close this issue.
The intended workflow is to run your executable and then let gcovr search the gcno and gcda files in the build directory. The problem we have is that we need...
We can also read existing intermediate files without calling gcov on our own. Newer gcov versions can produce a JSON intermediate format and if available, this is used. Here we...
@oliverlee Is the integration of gcovr with bazel working for you?
We've an example where you get the gcda and gcno files out of the bazel build.
This thread is for using gcovr with bazel which out of the box only generates an coverage.dat in LCOV format.
The message `... prefer version... shows that you use not the chic tool of the compiler used for creating the object files.
Did you really use the same gcc toolchain for compiling and for creating the report?