diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 2d7311e1d..71a776c0b 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -64,7 +64,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=94 + run: poetry run coverage report -m --fail-under=93 validate-new-relic-config: runs-on: ubuntu-latest