diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index c2e958f90..7f8d15c8c 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -47,7 +47,7 @@ jobs: - name: Check imports alphabetized run: pipenv run isort --check-only ./app ./tests - name: Run tests with coverage - run: pipenv run coverage run --omit=*/notifications_utils/* -m pytest -n4 --maxfail=10 + run: pipenv run coverage run -m pytest -n4 --maxfail=10 - name: Check coverage threshold run: pipenv run coverage report --fail-under=50 env: