From 4fc8eef644584c75f2343ce432acac6888c3524b Mon Sep 17 00:00:00 2001 From: Irtaza Akram Date: Mon, 8 Apr 2024 15:43:54 +0500 Subject: [PATCH] fix: coverage test --- .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 3a5bee0fb8..6a17d4318b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: run: tox - name: Run Coverage - if: matrix.toxenv == 'django42-drflatest' + if: matrix.python-version == '3.8' && matrix.toxenv == 'django42-drflatest' uses: codecov/codecov-action@v3 with: flags: unittests