Skip to content

Commit 7483cd5

Browse files
authored
Exclude zend_gdb.c from code coverage (#23593)
This file only wires up GDB debugging helpers, so covering it isn't useful.
1 parent 21034a8 commit 7483cd5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

gcovr.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ exclude = ext/pcre/pcre2lib/.*
1515
exclude = ext/uri/uriparser/.*
1616
exclude = Zend/Optimizer/ssa_integrity\.c
1717
exclude = Zend/Optimizer/zend_dump\.c
18+
exclude = Zend/zend_gdb\.c
1819

1920
# These patterns have implicit ^/$ anchors.
2021
exclude-lines-by-pattern = .*\b(ZEND_PARSE_PARAMETERS_(START|END|NONE)|Z_PARAM_).*

0 commit comments

Comments
 (0)