Files
comaps/gcovr.cfg
Jean-Baptiste 9519f5135e Continue rebranding of the project
Signed-off-by: jeanbaptisteC <jeanbaptistec@noreply.codeberg.org>
2025-05-08 21:12:41 +07:00

23 lines
541 B
INI

# 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