fix code coverage reporting

This commit is contained in:
Kenneth Kehl
2024-03-11 10:34:59 -07:00
parent 8a6cc76d15
commit 6c4c8b075a
2 changed files with 3 additions and 2 deletions

View File

@@ -61,7 +61,8 @@ jobs:
NOTIFY_E2E_TEST_HTTP_AUTH_USER: ${{ secrets.NOTIFY_E2E_TEST_HTTP_AUTH_USER }}
NOTIFY_E2E_TEST_PASSWORD: ${{ secrets.NOTIFY_E2E_TEST_PASSWORD }}
- name: Check coverage threshold
run: poetry run coverage report --fail-under=50
# TODO get this back up to 95
run: poetry run coverage report --fail-under=87
validate-new-relic-config:
runs-on: ubuntu-latest