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 1695197 commit c5bd11fCopy full SHA for c5bd11f
CMakeLists.txt
@@ -86,7 +86,7 @@ if(RAMTOOLS_BUILD_TESTS)
86
add_custom_target(coverage
87
COMMAND ${CMAKE_CTEST_COMMAND} --output-on-failure
88
COMMAND gcovr -r ${CMAKE_SOURCE_DIR} --html --html-details -o ${CMAKE_BINARY_DIR}/coverage.html
89
- COMMAND gcovr -r ${CMAKE_SOURCE_DIR} --xml-pretty --xml coverage.xml
+ COMMAND gcovr -r ${CMAKE_SOURCE_DIR} --xml -o ${CMAKE_BINARY_DIR}/coverage.xml
90
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
91
COMMENT "Running tests and generating code coverage report..."
92
)
0 commit comments