Skip to content

Commit

Permalink
fix: coverage test
Browse files Browse the repository at this point in the history
  • Loading branch information
irtazaakram committed Apr 8, 2024
1 parent 48abb8c commit 4fc8eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4fc8eef

Please sign in to comment.