Test actions with 50% threshold

This commit is contained in:
Andrew Shumway
2023-04-19 09:20:22 -06:00
parent 7e4043f85a
commit b623caa366

View File

@@ -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