Skip to content

Commit 00a8a3a

Browse files
committed
Prepare gcov processeing
1 parent 8f6435b commit 00a8a3a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

cmake/gcovr.cfg.in

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
root = @CMAKE_SOURCE_DIR@
2+
cobertura = @CMAKE_BINARY_DIR@/coverage/cobertura.xml
3+
sonarqube = @CMAKE_BINARY_DIR@/coverage/sonarqube.xml
4+
html-details = @CMAKE_BINARY_DIR@/coverage/coverage.html
5+
# XXX gcov-executable = @GCOV_EXECUTABLE@
6+
gcov-parallel = yes
7+
html-theme = blue
8+
html-self-contained = yes
9+
print-summary = yes
10+
filter = .*/beman/inplace_vector/.*
11+
exclude = .*\.t\.cpp

0 commit comments

Comments
 (0)