mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-08-30 21:51:12 +02:00
- Upgrade to gitup workflow action v3 - Prepare use of git-flow - Use CMake v3.21 variable PROJECT_IS_TOP_LEVEL - Use CMAKE_DEBUG_POSTFIX to prevent name clashes - Add more config files
19 lines
349 B
INI
19 lines
349 B
INI
root = .
|
|
search-path = build
|
|
|
|
filter = src/*
|
|
filter = include/*
|
|
filter = standalone/*
|
|
|
|
exclude-directories = test
|
|
exclude-directories = stagedir
|
|
exclude-directories = build/_deps
|
|
exclude-directories = .cache
|
|
|
|
gcov-ignore-parse-errors = yes
|
|
print-summary = yes
|
|
|
|
html-details = build/gcovr.html
|
|
|
|
cobertura-pretty = yes
|
|
cobertura = build/cobertura.xml
|