raise code coverage to 94%

This commit is contained in:
Kenneth Kehl
2024-10-23 14:03:37 -07:00
parent 641deded10
commit 93ea9058ea
2 changed files with 2 additions and 2 deletions

View File

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