Repo created
This commit is contained in:
parent
4af19165ec
commit
68073add76
12458 changed files with 12350765 additions and 2 deletions
22
gcovr.cfg
Normal file
22
gcovr.cfg
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# gcovr configuration file
|
||||
# Details: https://gcovr.com/en/master/manpage.html
|
||||
|
||||
# Exclude all subfolders of "3party/" except for "opening_hours"
|
||||
exclude = ^3party\/(?!opening_hours($|\/)).*
|
||||
# Exclude testing folders
|
||||
exclude = testing/
|
||||
exclude = qt_tstfrm/
|
||||
# Exclude all "*tests*" subfolders
|
||||
exclude = .*tests.*
|
||||
|
||||
exclude-unreachable-branches = yes
|
||||
exclude-throw-branches = yes
|
||||
|
||||
print-summary = yes
|
||||
|
||||
gcov-parallel = 20
|
||||
gcov-ignore-errors = all
|
||||
gcov-ignore-parse-errors = all
|
||||
|
||||
html-title = CoMaps Code Coverage Report
|
||||
html-self-contained = yes
|
||||
Loading…
Add table
Add a link
Reference in a new issue