mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-23 16:20:49 +00:00
Default to allowing partial test coverage
Currently, many test cases are not executed. A follow-up pull request will take care of that. In the meantime, continue allowing partial test coverage. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
041a84d1dc
commit
96db2ccedd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user