Closed luis4a0 closed 7 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 88.70%. Comparing base (
2bf881f
) to head (55f7b2e
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
The
covreport
target is not working (this target is obtained by using the CMake flag-DCMAKE_BUILD_TYPE=Coverage
) with Mantic. The reason is that thelcov
package in Mantic is broken; this is fixed by installing the package from Noble. But this newer package produce some warnings which become fatal. This PR makes newer versions oflcov
ignore those warnings, producing the desired output.