From c13ba755d8fcbfa5d9e46b3f734e03a6320e31d9 Mon Sep 17 00:00:00 2001 From: "Federico E. Benelli" Date: Fri, 22 Mar 2024 14:46:30 -0300 Subject: [PATCH] ci --- ci/ci.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/ci.sh b/ci/ci.sh index bfa17bf..1f37feb 100644 --- a/ci/ci.sh +++ b/ci/ci.sh @@ -50,7 +50,7 @@ run_coverage() { --exclude "example" \ --exclude "app"\ --exclude "tools" \ - --fail-under-line 90 \ + --fail-under-line $DESIRED_COVERAGE \ --jacoco coverage.xml gcovr \ @@ -59,7 +59,7 @@ run_coverage() { --exclude "example" \ --exclude "app"\ --exclude "tools" \ - --fail-under-line 90 + --fail-under-line $DESIRED_COVERAGE } resumee() {