Skip to content

Commit b08dc22

Browse files
authored
Merge pull request ARMmbed#12273 from maciejbocianski/disable_coverage_filtering
unittests: disable coverage report filtering
2 parents 3dbf780 + 38d1868 commit b08dc22

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

UNITTESTS/mbed_unittest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ def _mbed_unittest_test(options, cwd, pwd):
104104

105105
cov_api.generate_reports(outputs=outputs,
106106
excludes=excludes,
107-
filter_regex=options.test_regex,
108107
build_path=options.build)
109108

110109
def _mbed_unittest_new(options, pwd):

0 commit comments

Comments
 (0)