From 188301f8848d1485230cc166819c28038983594c Mon Sep 17 00:00:00 2001 From: Kody Stribrny Date: Mon, 30 Oct 2023 07:33:41 -0700 Subject: [PATCH] Lower cellular threshold --- .github/workflows/pr_checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_checks.yml b/.github/workflows/pr_checks.yml index 66b2811..a5408a2 100644 --- a/.github/workflows/pr_checks.yml +++ b/.github/workflows/pr_checks.yml @@ -121,7 +121,7 @@ jobs: run-doxygen: true, build-flags: -DCMAKE_BUILD_TYPE=Debug -DBUILD_CLONE_SUBMODULES=ON -DCMAKE_C_FLAGS='--coverage -Wall -Wextra -Werror -DNDEBUG', coverage-skips: '"\*test\*" "\*CMakeCCompilerId\*" "\*mocks\*"', - line-coverage: 100, + line-coverage: 99, }, { repository: Device-Defender-for-AWS-IoT-embedded-sdk,