From b98e5d5863645d547e32ca2485f3befe7947b1e0 Mon Sep 17 00:00:00 2001 From: Hannah Ramadan Date: Wed, 3 Jan 2024 12:33:02 -0800 Subject: [PATCH] Lower simplecov threshold --- .github/actions/simplecov-report/action.yml | 4 ++-- .github/workflows/ci.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/simplecov-report/action.yml b/.github/actions/simplecov-report/action.yml index be54cf9fa0..e44b794a7c 100644 --- a/.github/actions/simplecov-report/action.yml +++ b/.github/actions/simplecov-report/action.yml @@ -7,11 +7,11 @@ branding: inputs: failedThreshold: description: Failed threshold (line) - default: "94.08" + default: "93.5" required: false failedThresholdBranch: description: Failed threshold (branch) - default: "82.0" + default: "71.5" required: false resultPath: description: "json path" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c16a323f39..41146f8529 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -352,5 +352,5 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} resultPath: lib/coverage_results/.last_run.json - failedThreshold: 94.08 - failedThresholdBranch: 82.0 + failedThreshold: 93.5 + failedThresholdBranch: 71.5