ci: Ignore negative coverage count

This commit is contained in:
Gabriel Ferreira
2025-10-13 17:52:27 +02:00
parent 49aa20914e
commit 8a54a82e31

View File

@@ -33,7 +33,7 @@ if(${NS3_COVERAGE})
add_custom_target(
coverage_gcc
COMMAND lcov -o ns3.info -c --directory ${CMAKE_BINARY_DIR} ${zero_counters}
--keep-going --ignore-errors inconsistent
--keep-going --ignore-errors inconsistent,negative
WORKING_DIRECTORY ${CMAKE_OUTPUT_DIRECTORY}/coverage
DEPENDS run_test_py
)