diff --git a/tests/scripts/analyze_outcomes.py b/tests/scripts/analyze_outcomes.py index c40dab55e..72dba99f7 100755 --- a/tests/scripts/analyze_outcomes.py +++ b/tests/scripts/analyze_outcomes.py @@ -13,7 +13,9 @@ 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