We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34ffc31 commit f0a7c8eCopy full SHA for f0a7c8e
1 file changed
.github/workflows/code-coverage.yml
@@ -248,6 +248,8 @@ jobs:
248
--merge-mode-functions separate \
249
--sort uncovered-percent \
250
--html-nested \
251
+ --html-template-dir=ci-automation/gcovr-templates/html \
252
+ --html-title "${module}" \
253
--exclude-unreachable-branches \
254
--exclude-throw-branches \
255
--exclude '.*/extra/.*' \
@@ -439,6 +441,8 @@ jobs:
439
441
440
442
443
444
445
446
447
448
0 commit comments