Description
We are using the codecov.sh script to collect gcov reports for our C++ codebase. I finally got this working but now want to exclude some specific lines/sections of code. Typically this is done by adding comments to mark excluded sections. For example with LCOV:
// LCOV_EXCL_START
// Excluded code
// LCOV_EXCL_END
How do I do this with codecov.io ?
Repository
(private)
Versions
N/A
Additional Information
N/A