Code review comment for lp:~michihenning/unity/phablet-coverage-tests

Revision history for this message
Michi Henning (michihenning) wrote :

>
> Removing this will break coverage measurements in jenkins.

Oh dang, I wasn't even aware of that :-(

OK, maybe we can integrate the C++ code coverage into that?

Basically, what I want is not only coverage for jenkins, but also code coverage that I can run locally. When I write the tests, I can repeatedly build the coverage target to see what I'm missing.

Is that possible with the current jenkins mechanism? What's the magic incantation to get the coverage report and look at it? Once I know that, I can probably figure out how to add coverage for the C++ side of things.

« Back to merge proposal