search for: libcoverag

Displaying 2 results from an estimated 2 matches for "libcoverag".

Did you mean: libcoverage
2017 Oct 24
7
Code coverage BoF - notes and updates
...t;) I like this approach because it means I don't have to maintain a separate, coverage-enabled build tree. It's an easy way to check that your patches have decent test coverage. If I want to disable coverage reporting I just need to unset CCC_OVERRIDE_OPTIONS and recompile. 6. C APIs for libCoverage We didn't get a chance to discuss this in detail during the BoF, but I would like to upstream some C APIs to surface functionality from libCoverage. This will make it easier for IDEs and editors to display coverage information "in-line", right next to source code. Here's what th...
2017 Oct 24
2
Code coverage BoF - notes and updates
...pproach because it means I don't have to maintain a separate, coverage-enabled build tree. It's an easy way to check that your patches have decent test coverage. If I want to disable coverage reporting I just need to unset CCC_OVERRIDE_OPTIONS and recompile. >> >> 6. C APIs for libCoverage >> >> We didn't get a chance to discuss this in detail during the BoF, but I would like to upstream some C APIs to surface functionality from libCoverage. This will make it easier for IDEs and editors to display coverage information "in-line", right next to source code....