Test github actions coverage PR fail

This commit is contained in:
Andrew Shumway
2023-04-19 08:56:34 -06:00
parent cbcb955f1f
commit 7e4043f85a

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=50
run: pipenv run coverage report --fail-under=60
validate-new-relic-config:
runs-on: ubuntu-latest