Latest utils commit updates sync with main

This commit is contained in:
samathad2023
2024-03-20 14:09:46 -07:00
23 changed files with 409 additions and 172 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