From 38d1868ff01f6477dd63c9812cb14d22c68e7fed Mon Sep 17 00:00:00 2001 From: Maciej Bocianski Date: Fri, 17 Jan 2020 12:52:20 +0100 Subject: [PATCH] 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 --- UNITTESTS/mbed_unittest.py | 1 - 1 file changed, 1 deletion(-) diff --git a/UNITTESTS/mbed_unittest.py b/UNITTESTS/mbed_unittest.py index 7a3279fb80..41039b0354 100755 --- a/UNITTESTS/mbed_unittest.py +++ b/UNITTESTS/mbed_unittest.py @@ -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):