diff --git a/ut/gcovr/gcovr.cfg b/ut/gcovr/gcovr.cfg index b145cfa..1bea8ee 100644 --- a/ut/gcovr/gcovr.cfg +++ b/ut/gcovr/gcovr.cfg @@ -15,7 +15,3 @@ html-details = yes # separate report for each source file output = ./cov.html cobertura = ./cov.xml # for codecov tool print-summary = yes - -sort-key=uncovered-number -sort-branches = yes # instead of line -