Merge pull request #1355 from GSA/notify-api-1351

increase code coverage to 93 percent
This commit is contained in:
Kenneth Kehl
2024-10-17 11:49:12 -07:00
committed by GitHub
10 changed files with 1084 additions and 461 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=91
run: poetry run coverage report -m --fail-under=93
validate-new-relic-config:
runs-on: ubuntu-latest