Skip to content

Commit 8c8867e

Browse files
authored
Add --merge-mode-functions=separate to gcovr call in CI (#3716)
1 parent 551bf07 commit 8c8867e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ jobs:
186186
--gcov-ignore-errors source_not_found \
187187
--gcov-ignore-errors output_error \
188188
--gcov-ignore-parse-errors suspicious_hits.warn \
189+
--merge-mode-functions=separate \
189190
--print-summary \
190191
--lcov -o coverage-cpp.lcov || true
191192

0 commit comments

Comments
 (0)