Skip to content

Commit 38d1868

Browse files
unittests: disable coverage report filtering
Disable coverage report filtering because of poor results. Test name filtering pattern (-r) was used to filter coverage report causing wrong results when filtered test name wasn't matching the implementation source file name
1 parent 31988d8 commit 38d1868

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)