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
pull/12273/head
Maciej Bocianski 2020-01-17 12:52:20 +01:00
parent 31988d85fe
commit 38d1868ff0
1 changed files with 0 additions and 1 deletions

View File

@ -104,7 +104,6 @@ def _mbed_unittest_test(options, cwd, pwd):
cov_api.generate_reports(outputs=outputs,
excludes=excludes,
filter_regex=options.test_regex,
build_path=options.build)
def _mbed_unittest_new(options, pwd):