mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-14 01:26:49 +00:00
Switch outcome analysis to enforcing that all tests are executed
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
44fdd9293c
commit
4e606db7c2
@ -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],
|
||||
|
Loading…
x
Reference in New Issue
Block a user