This commit is contained in:
2021-01-25 00:23:17 +00:00
parent 52d2f11475
commit 0f4061cf47

View File

@@ -43,6 +43,6 @@ jobs:
python manage.py check
python manage.py makemigrations --check --dry-run
- name: Run Tests
run: coverage run python manage.py test --verbosity=2
run: coverage run manage.py test --verbosity=2
- name: Upload coverage data to coveralls.io
run: coveralls