File tree Expand file tree Collapse file tree 3 files changed +22
-0
lines changed Expand file tree Collapse file tree 3 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 11# Build directories and binary files
22build /
33out /
4+ out /coverage /*
45cmake-build- * /
56conan-cache /
67
@@ -15,6 +16,7 @@ CMakeUserPresets.json
1516! .vscode /tasks.json
1617! .vscode /launch.json
1718! .vscode /extensions.json
19+ * .bak
1820* .swp
1921* ~
2022_ReSharper *
Original file line number Diff line number Diff line change 1+ root = .
2+ search-path = out
3+
4+ filter = src/*
5+ filter = include/*
6+
7+ exclude-directories = install
8+ exclude-directories = out/*/*/_deps
9+ exclude-directories = test
10+ exclude-directories = fuzz_test
11+
12+ gcov-ignore-parse-errors = yes
13+ print-summary = yes
14+
15+ html-details = ./out/coverage/index.html
16+
17+ cobertura-pretty = yes
18+ cobertura = out/cobertura.xml
19+
20+ # TBD delete-gcov-files = yes
You can’t perform that action at this time.
0 commit comments