From 6512476a930b6f6664ed784af72a7080193609f6 Mon Sep 17 00:00:00 2001 From: Awais Qureshi Date: Fri, 23 Jun 2023 17:03:21 +0500 Subject: [PATCH] fix: check coverage on django32. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f90ba6a..cf1f995 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: run: tox - name: Run Coverage - if: matrix.python-version == '3.8' && matrix.toxenv=='django32' + if: matrix.python-version == '3.8' && matrix.toxenv=='django42' uses: codecov/codecov-action@v1 with: flags: unittests