From b39e6ae0450ad9e3a4c1f3fcaad48d2621ee03ad Mon Sep 17 00:00:00 2001 From: Ben Taylor Date: Tue, 21 Oct 2025 11:21:02 +0100 Subject: [PATCH] Correct lcov target title Signed-off-by: Ben Taylor --- scripts/lcov.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lcov.sh b/scripts/lcov.sh index f411b2670..f23e25ff6 100755 --- a/scripts/lcov.sh +++ b/scripts/lcov.sh @@ -74,7 +74,7 @@ fi if [ -d tf-psa-crypto ]; then library_dirs='library tf-psa-crypto/core tf-psa-crypto/drivers/builtin' - title='Mbed TLS > 4.0' + title='Mbed TLS >= 4.0' elif in_mbedtls_repo; then library_dirs='library' title='Mbed TLS < 4.0'