From 12c4b6394754d8e5d75e4486d67ad373a67f666c Mon Sep 17 00:00:00 2001 From: Arona Jones Date: Tue, 26 Jan 2021 23:53:59 +0000 Subject: [PATCH] Revert "Does this help the coverage be less weird?" This reverts commit 39ab9df836abd0ea27158cc44ce764ce9f45047c. --- .github/workflows/django.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/django.yml b/.github/workflows/django.yml index 0255c32b..ad548bd9 100644 --- a/.github/workflows/django.yml +++ b/.github/workflows/django.yml @@ -62,7 +62,7 @@ jobs: retention-days: 5 - name: Run Tests (Parallel) if: ${{ matrix.parallel }} - run: coverage run --parallel-mode manage.py test ${{ matrix.test-group }} --parallel --verbosity=2 + run: coverage run manage.py test ${{ matrix.test-group }} --parallel --verbosity=2 - name: Upload Coverage run: coveralls --service=github env: