Skip to content

Commit c5bd11f

Browse files
clang tidy post
Signed-off-by: AdityaPandeyCN <[email protected]>
1 parent 1695197 commit c5bd11f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ if(RAMTOOLS_BUILD_TESTS)
8686
add_custom_target(coverage
8787
COMMAND ${CMAKE_CTEST_COMMAND} --output-on-failure
8888
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
89+
COMMAND gcovr -r ${CMAKE_SOURCE_DIR} --xml -o ${CMAKE_BINARY_DIR}/coverage.xml
9090
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
9191
COMMENT "Running tests and generating code coverage report..."
9292
)

0 commit comments

Comments
 (0)