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 1
1
# Build directories and binary files
2
2
build /
3
3
out /
4
+ out /coverage /*
4
5
cmake-build- * /
5
6
conan-cache /
6
7
@@ -15,6 +16,7 @@ CMakeUserPresets.json
15
16
! .vscode /tasks.json
16
17
! .vscode /launch.json
17
18
! .vscode /extensions.json
19
+ * .bak
18
20
* .swp
19
21
* ~
20
22
_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