Skip to content

Commit

Permalink
gcovr: improve cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
fchn289 committed Aug 2, 2024
1 parent fec720f commit a1ce499
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions ut/gcovr/gcovr.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a1ce499

Please sign in to comment.