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

@@ -1,6 +1,8 @@
[run] [run]
source = source =
./ ./
plugins =
django_coverage_plugin
omit = omit =
*/migrations/* */migrations/*

View File

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