Is there any way to improve code coverage using lcov or gcov , Like I want to compare code coverage from previous runs?
It is useless to run code coverage for whole codings.I want code coverage for only specific files which is modified.
Is there any way to improve code coverage using lcov or gcov , Like I want to compare code coverage from previous runs?
It is useless to run code coverage for whole codings.I want code coverage for only specific files which is modified.