We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b685fb2 commit aa5763aCopy full SHA for aa5763a
1 file changed
build/Makefile.gcov
@@ -29,9 +29,7 @@ GCOVR_EXCLUDES = \
29
'ext/uri/uriparser/.*'
30
31
GCOVR_EXCLUDE_LINES_BY_PATTERNS = \
32
- '.*\b(ZEND_PARSE_PARAMETERS_(START|END|NONE)|Z_PARAM_).*' \
33
- '\s*EMPTY_SWITCH_DEFAULT_CASE\(\)(;)?\s*' \
34
- '\s*ZEND_UNREACHABLE\(\);\s*'
+ '.*\b(ZEND_PARSE_PARAMETERS_(START|END|NONE)|Z_PARAM_).*'
35
36
lcov: lcov-html
37
0 commit comments