mirror of
https://github.com/Hopiu/django-uuslug.git
synced 2026-03-16 20:10:24 +00:00
github action rework
This commit is contained in:
parent
c9ed4b5e80
commit
8ec8295986
3 changed files with 3 additions and 3 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
2
.github/workflows/dev.yml
vendored
2
.github/workflows/dev.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue