Exclude VL_DEFINE_DEBUG_FUNCTIONS from code coverage

This commit is contained in:
Geza Lore 2022-09-23 17:20:24 +01:00
parent 050060b139
commit 2f50642ecb

View File

@ -48,6 +48,7 @@ exclude_line_regexp(r'\bNUM_ASSERT')
exclude_line_regexp(r'\bERROR_RSVD_WORD')
exclude_line_regexp(r'\bV3ERROR_NA')
exclude_line_regexp(r'\bUINFO\b')
exclude_line_regexp(r'\bVL_DEFINE_DEBUG_FUNCTIONS\b')
# Exclude for branch coverage only
exclude_branch_regexp(r'\bdebug\(\)')