mirror of https://github.com/ARMmbed/mbed-os.git
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 namepull/12273/head
parent
31988d85fe
commit
38d1868ff0
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue