diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27dbc06..0dfece9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: - name: Run ruff run: ruff . - name: Run test - run: coverage run --omit=ipware/__version.py --source=ipware manage.py test + run: coverage run --omit=ipware/__version__.py,ipware/tests* --source=ipware manage.py test - name: Coveralls run: coveralls --service=github env: