From 495cd90d8528427ad5d4ee048da5b549cc8e5f13 Mon Sep 17 00:00:00 2001 From: Philipp Horstenkamp Date: Thu, 21 Sep 2023 18:09:16 +0200 Subject: [PATCH] Reduced required code coverage to 70% (#140) --- .github/workflows/test-and-build-action.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-and-build-action.yaml b/.github/workflows/test-and-build-action.yaml index 758f932..9653c3b 100644 --- a/.github/workflows/test-and-build-action.yaml +++ b/.github/workflows/test-and-build-action.yaml @@ -58,9 +58,9 @@ jobs: with: coverageFile: coverage.xml token: ${{ secrets.GITHUB_TOKEN }} - thresholdAll: 0.8 - thresholdNew: 0.8 - thresholdModified: 0.8 + thresholdAll: 0.7 + thresholdNew: 0.7 + thresholdModified: 0.7 coverage_report: runs-on: ubuntu-latest