We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5b57fce + 18b5c97 commit 8882ce9Copy full SHA for 8882ce9
3 files changed
.gitignore
@@ -1,6 +1,7 @@
1
# Build directories and binary files
2
build/
3
out/
4
+out/coverage/*
5
cmake-build-*/
6
conan-cache/
7
@@ -15,6 +16,7 @@ CMakeUserPresets.json
15
16
!.vscode/tasks.json
17
!.vscode/launch.json
18
!.vscode/extensions.json
19
+*.bak
20
*.swp
21
*~
22
_ReSharper*
gcovr.cfg
@@ -0,0 +1,20 @@
+root = .
+search-path = out
+
+filter = src/*
+filter = include/*
+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
+html-details = ./out/coverage/index.html
+cobertura-pretty = yes
+cobertura = out/cobertura.xml
+#TBD delete-gcov-files = yes
out/coverage/.keep
0 commit comments