From ef53239c332c2a123f77d0e41a1581d583603248 Mon Sep 17 00:00:00 2001 From: fchn289 Date: Fri, 2 Aug 2024 11:34:52 +0800 Subject: [PATCH] gcovr: improve cfg --- ut/gcovr/gcovr.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ut/gcovr/gcovr.cfg b/ut/gcovr/gcovr.cfg index 5ac8080..0cfd78a 100644 --- a/ut/gcovr/gcovr.cfg +++ b/ut/gcovr/gcovr.cfg @@ -16,6 +16,6 @@ output = ./cov.html cobertura = ./cov.xml # for codecov tool print-summary = yes -branches = True # expository -sort-uncovered = True # sort -sort-percentage = True # sort +sort-branches = yes # instead of line +sort-uncovered = yes # sort +sort-percentage = yes # sort