-
Notifications
You must be signed in to change notification settings - Fork 8k
Expand file tree
/
Copy pathgcovr.cfg
More file actions
23 lines (20 loc) · 805 Bytes
/
gcovr.cfg
File metadata and controls
23 lines (20 loc) · 805 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
print-summary = yes
exclude-throw-branches = yes
exclude-unreachable-branches = yes
exclude = ext/bcmath/libbcmath/.*
exclude = ext/date/lib/.*
exclude = ext/fileinfo/libmagic/.*
exclude = ext/gd/libgd/.*
exclude = ext/hash/sha3/.*
exclude = ext/lexbor/lexbor/.*
exclude = ext/mbstring/libmbfl/.*
exclude = ext/opcache/jit/ir/.*
exclude = ext/pcre/pcre2lib/.*
exclude = ext/uri/uriparser/.*
exclude = Zend/Optimizer/ssa_integrity\.c
exclude = Zend/Optimizer/zend_dump\.c
# These patterns have implicit ^/$ anchors.
exclude-lines-by-pattern = .*\b(ZEND_PARSE_PARAMETERS_(START|END|NONE)|Z_PARAM_).*
exclude-lines-by-pattern = \s*(default:\s*)?ZEND_UNREACHABLE\(\);\s*
exclude-lines-by-pattern = \s*if \(ctx->debug_level & ZEND_DUMP_\w+\) \{\s*
exclude-lines-by-pattern = \s*zend_dump_op_array\(.*\);\s*