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