add change to workflow

This commit is contained in:
Kenneth Kehl
2023-08-08 11:13:44 -07:00
parent 320798e417
commit 3cf5ea8802

View File

@@ -46,6 +46,8 @@ jobs:
run: pipenv run flake8 . run: pipenv run flake8 .
- name: Check imports alphabetized - name: Check imports alphabetized
run: pipenv run isort --check-only ./app ./tests run: pipenv run isort --check-only ./app ./tests
- name: Check for dead code
run: make dead-code
- name: Run tests with coverage - 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 -n4 --maxfail=10
env: env: