diff --git a/CMakeLists.txt b/CMakeLists.txt index 76f827240..cc2e9cd02 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -129,11 +129,12 @@ if (BUILD_COVERAGE) ${GCOVR} ${CMAKE_BINARY_DIR} --root=${CMAKE_SOURCE_DIR} - --html --html-details + --html-details + --html-title "osm2pgsql coverage report" #--verbose #--keep + --delete '--exclude=.*contrib.*' - '--exclude=.*catch.hpp' --sort-percentage --gcov-executable=${GCOV}${gcov_param_} --output=${coverage_report_dir}/index.html)