Merge pull request #404 from GSA/notify-api-391

notify-api-391 increase code coverage to 95%
This commit is contained in:
Carlo Costino
2023-08-16 16:40:33 -04:00
committed by GitHub
36 changed files with 615 additions and 224 deletions

View File

@@ -49,7 +49,7 @@ jobs:
- name: Check for dead code
run: make dead-code
- name: Run tests with coverage
run: pipenv run coverage run --omit=*/notifications_utils/* -m pytest -n4 --maxfail=10
run: pipenv run coverage run --omit=*/notifications_utils/* -m pytest --maxfail=10
env:
SQLALCHEMY_DATABASE_TEST_URI: postgresql://user:password@localhost:5432/test_notification_api
- name: Check coverage threshold