Try different coverage reporter

This commit is contained in:
2021-01-30 04:11:35 +00:00
parent d19fcc9bb5
commit 046ad92132

View File

@@ -32,7 +32,7 @@ jobs:
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install pycodestyle coverage coveralls django_coverage_plugin pytest-cov
pip install pycodestyle coveralls django_coverage_plugin pytest-cov
pip install --upgrade --upgrade-strategy eager -r requirements.txt
python manage.py collectstatic --noinput
- name: Basic Checks
@@ -41,7 +41,7 @@ jobs:
python manage.py check
python manage.py makemigrations --check --dry-run
- name: Run Tests
run: coverage run -m pytest -n 8
run: pytest --cov -n 8
- uses: actions/upload-artifact@v2
if: failure()
with: