diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 14128b0f8..05f044d9d 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -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 --fail-under=95 + run: poetry run coverage report -m --fail-under=95 validate-new-relic-config: runs-on: ubuntu-latest