diff --git a/scripts/lcov-jenkins-gcc-13.sh b/scripts/lcov-jenkins-gcc-13.sh index c11df57..371ac10 100755 --- a/scripts/lcov-jenkins-gcc-13.sh +++ b/scripts/lcov-jenkins-gcc-13.sh @@ -159,7 +159,7 @@ else fi outputlocation="$BOOST_CI_SRC_FOLDER/gcovr" -gcovr --merge-mode-functions separate -p --html-nested --html-template-dir=ci-automation/gcovr-templates/html --merge-lines --exclude-unreachable-branches --exclude-throw-branches --exclude '.*/test/.*' --exclude '.*/extra/.*' --exclude '.*/example/.*' --filter "$GCOVRFILTER" --html --output "${outputlocation}/index.html" +gcovr --merge-mode-functions separate -p --html-nested --html-template-dir=ci-automation/gcovr-templates/html --html-title "$REPONAME" --merge-lines --exclude-unreachable-branches --exclude-throw-branches --exclude '.*/test/.*' --exclude '.*/extra/.*' --exclude '.*/example/.*' --filter "$GCOVRFILTER" --html --output "${outputlocation}/index.html" # gcovr --merge-mode-functions separate -p --html-nested --exclude-unreachable-branches --exclude-throw-branches --exclude '.*/test/.*' --exclude '.*/extra/.*' --exclude '.*/example/.*' --filter "$GCOVRFILTER" --html --output "${outputlocation}/index.html" ls -al "${outputlocation}"