From 986388784e1254e5f24be26c24ea0f78879f775e Mon Sep 17 00:00:00 2001 From: "Ching-Hsin,Lee" Date: Wed, 22 May 2024 05:53:13 +0000 Subject: [PATCH] Update line and branch coverage min to 100% --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5fb94020..db2e0d16 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,6 +57,8 @@ jobs: uses: FreeRTOS/CI-CD-Github-Actions/coverage-cop@main with: coverage-file: ./build/coverage.info + branch-coverage-min: 100 + line-coverage-min: 100 complexity: runs-on: ubuntu-latest