What about now

This commit is contained in:
2021-01-25 00:33:05 +00:00
parent 0f4061cf47
commit aa0a1b50cd
2 changed files with 6 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ jobs:
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install pycodestyle coverage coveralls
pip install pycodestyle coverage coveralls django_coverage_plugin
pip install -r requirements.txt
python manage.py collectstatic --noinput
- name: Basic Checks
@@ -43,6 +43,6 @@ jobs:
python manage.py check
python manage.py makemigrations --check --dry-run
- name: Run Tests
run: coverage run manage.py test --verbosity=2
- name: Upload coverage data to coveralls.io
run: coveralls
run: |
coverage run manage.py test --verbosity=2
coveralls