diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ae65611..ab3720f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: pycodestyle --exclude=migrations,tests --ignore=E501,E241,E225,E128 . - name: Run test run: | - coverage run --source=ipware manage.py test + coverage run --source=uuslug manage.py test - name: Coveralls run: coveralls --service=github env: diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 956ef6f..5f97e59 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -47,7 +47,7 @@ jobs: pycodestyle --exclude=migrations,tests --ignore=E501,E241,E225,E128 . - name: Run test run: | - coverage run --source=ipware manage.py test + coverage run --source=uuslug manage.py test - name: Coveralls run: coveralls --service=github env: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1ef58da..df31e80 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -45,7 +45,7 @@ jobs: pycodestyle --exclude=migrations,tests --ignore=E501,E241,E225,E128 . - name: Run test run: | - coverage run --source=ipware manage.py test + coverage run --source=uuslug manage.py test - name: Coveralls run: coveralls --service=github env: