Skip to content

Commit

Permalink
fix: check coverage on django32.
Browse files Browse the repository at this point in the history
  • Loading branch information
awais786 committed Jun 23, 2023
1 parent 4aeed2f commit 6512476
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 @@ -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
Expand Down

0 comments on commit 6512476

Please sign in to comment.