Skip to content

Commit aa5763a

Browse files
committed
Remove gcovr assert suppression
This is now globally handled in b685fb2.
1 parent b685fb2 commit aa5763a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

build/Makefile.gcov

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ GCOVR_EXCLUDES = \
2929
'ext/uri/uriparser/.*'
3030

3131
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*'
32+
'.*\b(ZEND_PARSE_PARAMETERS_(START|END|NONE)|Z_PARAM_).*'
3533

3634
lcov: lcov-html
3735

0 commit comments

Comments
 (0)