We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0fd8bb6 + 2768300 commit b96d3adCopy full SHA for b96d3ad
UNITTESTS/unit_test/coverage.py
@@ -83,7 +83,7 @@ def _gen_cmd(self, coverage_type, excludes, filter_regex):
83
filters = filter_regex.split(",")
84
85
for filt in filters:
86
- regex = "(.+/)?%s" % filt.replace("-", "/")
+ regex = "(.+/)?.*%s" % filt.replace("-", "/")
87
args.extend(["-f", regex])
88
89
if logging.getLogger().getEffectiveLevel() == logging.DEBUG:
0 commit comments