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