From 7e4043f85a58ed67303e3a03cb82742278665bfe Mon Sep 17 00:00:00 2001 From: Andrew Shumway Date: Wed, 19 Apr 2023 08:56:34 -0600 Subject: [PATCH] Test github actions coverage PR fail --- .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 261d16a61..b71608a57 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=50 + run: pipenv run coverage report --fail-under=60 validate-new-relic-config: runs-on: ubuntu-latest