diff --git a/tests/scripts/analyze_outcomes.py b/tests/scripts/analyze_outcomes.py index c40dab55e6..72dba99f7c 100755 --- a/tests/scripts/analyze_outcomes.py +++ b/tests/scripts/analyze_outcomes.py @@ -13,7 +13,9 @@ from mbedtls_framework import outcome_analysis class CoverageTask(outcome_analysis.CoverageTask): - pass # We'll populate IGNORED_TESTS soon + # We'll populate IGNORED_TESTS soon. In the meantime, lack of coverage + # is just a warning. + outcome_analysis.FULL_COVERAGE_BY_DEFAULT = False # The names that we give to classes derived from DriverVSReference do not