From b623caa366c13ef0d96c0e530f964a7dc4073d82 Mon Sep 17 00:00:00 2001 From: Andrew Shumway Date: Wed, 19 Apr 2023 09:20:22 -0600 Subject: [PATCH] Test actions with 50% threshold --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index b71608a57..261d16a61 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -51,7 +51,7 @@ jobs: env: SQLALCHEMY_DATABASE_TEST_URI: postgresql://user:password@localhost:5432/test_notification_api - name: Check coverage threshold - run: pipenv run coverage report --fail-under=60 + run: pipenv run coverage report --fail-under=50 validate-new-relic-config: runs-on: ubuntu-latest