Repo created

This commit is contained in:
Fr4nz D13trich 2025-11-22 13:58:55 +01:00
parent 4af19165ec
commit 68073add76
12458 changed files with 12350765 additions and 2 deletions

22
gcovr.cfg Normal file
View 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