From 8034b7116a7856e1aeeb3f085f5206ea61f68046 Mon Sep 17 00:00:00 2001 From: XS <13811024+xshack@user.noreply.gitee.com> Date: Tue, 30 Jan 2024 01:43:53 +0000 Subject: [PATCH] update scripts/code_coverage.sh. Signed-off-by: XS <13811024+xshack@user.noreply.gitee.com> --- scripts/code_coverage.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/code_coverage.sh b/scripts/code_coverage.sh index 43e9016..436891e 100755 --- a/scripts/code_coverage.sh +++ b/scripts/code_coverage.sh @@ -5,9 +5,9 @@ dpkg -l | grep lcov if [ $? -eq 0 ]; then -echo "lcov is install" +echo "lcov is installed" else -echo "lcov is not install" +echo "lcov is not instaled" sudo apt install -y lcov fi -- Gitee