I am trying to instrument the code coverage using bazel and testwell ctc++.
As per testwell we need to just pre-append the ctcwrap utility and it will create MON.sym and MON.dat file respectively.
But the command is not working. There are no files created.
My question is more about knowing the best way to instrument third party coverage tools using bazel.