We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9884d9a commit 6cff535Copy full SHA for 6cff535
scripts/lcov-jenkins-gcc-13.sh
@@ -206,6 +206,7 @@ if [ ! "$skipgcovroption" = "yes" ]; then
206
207
# Second pass, generate html
208
gcovr "${GCOVR_EXTRA_OPTIONS[@]}" -a "$outputlocation/coverage-fixed.json" \
209
+ --merge-mode-functions separate \
210
--html-nested \
211
--no-html-self-contained \
212
--html-template-dir=ci-automation/gcovr-templates/html \
0 commit comments