We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 442dda7 commit 2b05df2Copy full SHA for 2b05df2
test/unit-test/cmock/coverage.cmake
@@ -19,7 +19,6 @@ execute_process( COMMAND lcov --directory ${CMAKE_BINARY_DIR}
19
--capture
20
--rc lcov_branch_coverage=1
21
--rc genhtml_branch_coverage=1
22
- --gcov-tool gcov-9
23
--output-file=${CMAKE_BINARY_DIR}/base_coverage.info
24
)
25
@@ -55,7 +54,6 @@ execute_process(
55
54
56
--base-directory ${CMAKE_BINARY_DIR}
57
--directory ${CMAKE_BINARY_DIR}
58
59
--output-file ${CMAKE_BINARY_DIR}/second_coverage.info
60
61
0 commit comments