From 095561cca1c5dfef966390b204fa4be12ce77768 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Fri, 4 Oct 2024 16:24:26 +0200 Subject: [PATCH] Switch outcome analysis to enforcing that all tests are executed Signed-off-by: Gilles Peskine --- tests/scripts/analyze_outcomes.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/scripts/analyze_outcomes.py b/tests/scripts/analyze_outcomes.py index ee14826d07..58e21e3e4b 100755 --- a/tests/scripts/analyze_outcomes.py +++ b/tests/scripts/analyze_outcomes.py @@ -14,9 +14,7 @@ from mbedtls_framework import outcome_analysis class CoverageTask(outcome_analysis.CoverageTask): - # We'll populate IGNORED_TESTS soon. In the meantime, lack of coverage - # is just a warning. - outcome_analysis.FULL_COVERAGE_BY_DEFAULT = False + """Justify test cases that are never executed.""" @staticmethod def _has_word_re(words: typing.Iterable[str],