Closed benbovy closed 1 year ago
Apparently branch coverage is often problematic with C++. As a result, the reported coverage is here lower than the actual coverage.
One workaround seems to use lcov instead of gcovr to generate the reports without branch coverage: https://community.codecov.com/t/ignore-partial-branches-report-with-gcovr-in-my-c-project/3331
lcov
gcovr
Apparently branch coverage is often problematic with C++. As a result, the reported coverage is here lower than the actual coverage.
One workaround seems to use
lcov
instead ofgcovr
to generate the reports without branch coverage: https://community.codecov.com/t/ignore-partial-branches-report-with-gcovr-in-my-c-project/3331