From a90c3974bd8ead7b17f40618fefedeab5665689d Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 17 Jun 2023 00:00:12 +0200 Subject: [PATCH] changed unit test coverage threshold --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0391e2..f9464ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: - name: Quality Gate - Test coverage shall be above threshold env: - TESTCOVERAGE_THRESHOLD: 70 + TESTCOVERAGE_THRESHOLD: 65 run: | echo "Quality Gate: checking test coverage is above threshold ..." echo "Threshold : $TESTCOVERAGE_THRESHOLD %"