From a1ce4994da41591b97459dda38defaff3a084552 Mon Sep 17 00:00:00 2001 From: fchn289 Date: Fri, 2 Aug 2024 11:19:13 +0800 Subject: [PATCH] gcovr: improve cfg --- ut/gcovr/gcovr.cfg | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ut/gcovr/gcovr.cfg b/ut/gcovr/gcovr.cfg index f8e64b1..5ac8080 100644 --- a/ut/gcovr/gcovr.cfg +++ b/ut/gcovr/gcovr.cfg @@ -12,6 +12,10 @@ html = yes # summary report html-details = yes # separate report for each source file #calls = yes # 6.0, call column in report #decisions = yes # decision column in report -output = ../../ut/gcovr/cov.html -cobertura = ../../ut/gcovr/cov.xml # for codecov tool +output = ./cov.html +cobertura = ./cov.xml # for codecov tool print-summary = yes + +branches = True # expository +sort-uncovered = True # sort +sort-percentage = True # sort