Skip to content

Commit 2b05df2

Browse files
committed
Fix unit test CI
1 parent 442dda7 commit 2b05df2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/unit-test/cmock/coverage.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ execute_process( COMMAND lcov --directory ${CMAKE_BINARY_DIR}
1919
--capture
2020
--rc lcov_branch_coverage=1
2121
--rc genhtml_branch_coverage=1
22-
--gcov-tool gcov-9
2322
--output-file=${CMAKE_BINARY_DIR}/base_coverage.info
2423
)
2524

@@ -55,7 +54,6 @@ execute_process(
5554
--rc genhtml_branch_coverage=1
5655
--base-directory ${CMAKE_BINARY_DIR}
5756
--directory ${CMAKE_BINARY_DIR}
58-
--gcov-tool gcov-9
5957
--output-file ${CMAKE_BINARY_DIR}/second_coverage.info
6058
)
6159

0 commit comments

Comments
 (0)