Skip to content

Commit 6cff535

Browse files
committed
--merge-mode-functions separate on second run of gcovr
1 parent 9884d9a commit 6cff535

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/lcov-jenkins-gcc-13.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ if [ ! "$skipgcovroption" = "yes" ]; then
206206

207207
# Second pass, generate html
208208
gcovr "${GCOVR_EXTRA_OPTIONS[@]}" -a "$outputlocation/coverage-fixed.json" \
209+
--merge-mode-functions separate \
209210
--html-nested \
210211
--no-html-self-contained \
211212
--html-template-dir=ci-automation/gcovr-templates/html \

0 commit comments

Comments
 (0)