get the lines that are not covered for tests

This commit is contained in:
Kenneth Kehl
2024-09-27 08:52:11 -07:00
parent 26ffb931c9
commit ca89779a52

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 --fail-under=95
run: poetry run coverage report -m --fail-under=95
validate-new-relic-config:
runs-on: ubuntu-latest