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 26423b2 commit 57c5aeeCopy full SHA for 57c5aee
tests/CMakeLists.txt
@@ -4,7 +4,7 @@ add_subdirectory(Unity)
4
5
add_custom_target(check
6
COMMENT "Creating Coverage HTML and XML summary"
7
- COMMAND ctest -T Test --no-compress-output || true
+ COMMAND ctest -V -T Test --no-compress-output || true
8
COMMAND gcovr -k --branches -r ${CMAKE_SOURCE_DIR}
9
--xml-pretty -o ${CMAKE_BINARY_DIR}/coverage.xml
10
0 commit comments