Skip to content

Commit

Permalink
test: fix coverage CI action (#94)
Browse files Browse the repository at this point in the history
This commit fixes the coverage CI action to use the proper Django version to ensure that it runs successfully in CI.
  • Loading branch information
MichaelRoytman authored Jun 27, 2024
1 parent e498795 commit a4a0d02
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 @@ -37,7 +37,7 @@ jobs:
run: tox

- name: Run coverage
if: matrix.python-version == '3.8' && matrix.toxenv == 'django40'
if: matrix.python-version == '3.8' && matrix.toxenv == 'django42'
uses: py-cov-action/python-coverage-comment-action@v3
with:
GITHUB_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit a4a0d02

Please sign in to comment.