From 046ad92132318c14cd44d31828a5433cde04369d Mon Sep 17 00:00:00 2001 From: Arona Jones Date: Sat, 30 Jan 2021 04:11:35 +0000 Subject: [PATCH] Try different coverage reporter --- .github/workflows/django.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/django.yml b/.github/workflows/django.yml index 17ea4def..02ae6a0f 100644 --- a/.github/workflows/django.yml +++ b/.github/workflows/django.yml @@ -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: