File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313
1414jobs :
1515 coverage :
16- runs-on : ubuntu-22 .04
16+ runs-on : ubuntu-24 .04
1717
1818 steps :
1919 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change 1313
1414jobs :
1515 test :
16- runs-on : ubuntu-22 .04
16+ runs-on : ubuntu-24 .04
1717
1818 steps :
1919 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -111,8 +111,8 @@ if(ENABLE_COVERAGE)
111111 find_program (GENHTML genhtml REQUIRED)
112112
113113 add_custom_target (coverage
114- COMMAND ${LCOV} --directory . --capture --output -file coverage.info
115- COMMAND ${LCOV} --remove coverage.info -o coverage.info '/usr/*'
114+ COMMAND ${LCOV} --directory . --capture --output -file coverage.info -- ignore -errors mismatch
115+ COMMAND ${LCOV} --remove coverage.info -o coverage.info '/usr/*' -- ignore -errors mismatch
116116 COMMAND ${GENHTML} --demangle-cpp -o coverage coverage.info
117117 WORKING_DIRECTORY ${CMAKE_BINARY_DIR} )
118118endif ()
You can’t perform that action at this time.
0 commit comments