Skip to content

Commit

Permalink
raise code coverage to 94%
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Kehl committed Oct 23, 2024
1 parent 641dede commit 93ea905
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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=93
run: poetry run coverage report -m --fail-under=94

validate-new-relic-config:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ test: ## Run tests and create coverage report
poetry run coverage run --omit=*/migrations/*,*/tests/* -m pytest --maxfail=10

## TODO set this back to 95 asap
poetry run coverage report -m --fail-under=93
poetry run coverage report -m --fail-under=94
poetry run coverage html -d .coverage_cache

.PHONY: py-lock
Expand Down

0 comments on commit 93ea905

Please sign in to comment.