mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-07-24 15:27:41 +08:00
Switching the SITL tests to the SIH simulator exercises sih.cpp, whose gcov data contains a spurious negative counter (line 510) that newer lcov treats as a fatal error, failing the coverage step. Pass --ignore-errors negative so lcov zeroes the bad count and continues, as the tool itself suggests. Signed-off-by: Julian Oes <julian@oes.ch>