Feature request: remove all exception branches
zeerd opened this issue · 2 comments
zeerd commented
Hope to add an option to remove all exception branches.
It works like adding LCOV_EXCL_EXCEPTION_BR_START
/LCOV_EXCL_EXCEPTION_BR_STOP
to the beginning and the end of all files.
But I don't want to modify all the files really.
henry2cox commented
The existing --filter
options: branch
, exception
, or orphan
don't do what you want?
Or: could you describe what you are looking for?
zeerd commented
My mistake. Too many parameters...
--filter
is good for me. Thank you.