Skip to content
Snippets Groups Projects
Commit 968fa9d8 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

moved coverage/coverage.html to coverage/index.html

parent 284c06f4
No related branches found
No related tags found
No related merge requests found
......@@ -187,7 +187,7 @@ if("${CMAKE_BUILD_TYPE}" STREQUAL "Coverage")
ALL
COMMAND ${CMAKE_COMMAND} -E remove_directory "${PASTIS_BINARY_DIR}/coverage"
COMMAND ${CMAKE_COMMAND} -E make_directory "${PASTIS_BINARY_DIR}/coverage"
COMMAND ${GCOVR} ${GCOVR_OPTIONS} --delete --html --html-details -o "${PASTIS_BINARY_DIR}/coverage/coverage.html"
COMMAND ${GCOVR} ${GCOVR_OPTIONS} --delete --html --html-details -o "${PASTIS_BINARY_DIR}/coverage/index.html"
DEPENDS coverage
COMMENT "Building coverage html report."
WORKING_DIRECTORY "${PASTIS_BINARY_DIR}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment