Skip to content

Commit f0a7c8e

Browse files
committed
Style Windows and macOS coverage reports
1 parent 34ffc31 commit f0a7c8e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/code-coverage.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,8 @@ jobs:
248248
--merge-mode-functions separate \
249249
--sort uncovered-percent \
250250
--html-nested \
251+
--html-template-dir=ci-automation/gcovr-templates/html \
252+
--html-title "${module}" \
251253
--exclude-unreachable-branches \
252254
--exclude-throw-branches \
253255
--exclude '.*/extra/.*' \
@@ -439,6 +441,8 @@ jobs:
439441
--merge-mode-functions separate \
440442
--sort uncovered-percent \
441443
--html-nested \
444+
--html-template-dir=ci-automation/gcovr-templates/html \
445+
--html-title "${module}" \
442446
--exclude-unreachable-branches \
443447
--exclude-throw-branches \
444448
--exclude '.*/extra/.*' \

0 commit comments

Comments
 (0)