Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix coverage CI action #94

Merged
merged 1 commit into from
Jun 27, 2024
Merged

Conversation

MichaelRoytman
Copy link
Member

Description:

Jira: None.

This commit fixes the coverage CI action to use the proper Django version to ensure that it runs successfully in CI.

This commit fixes the coverage CI action to use the proper Django version to ensure that it runs successfully in CI.
Copy link

Coverage report

This PR does not seem to contain any modification to coverable code.

@@ -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'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I changed tox.ini to use Django 4.2 in #93 and forgot to update this line.

@MichaelRoytman MichaelRoytman merged commit a4a0d02 into main Jun 27, 2024
5 checks passed
@MichaelRoytman MichaelRoytman deleted the michaelroytman/fix-coverage-ci-action branch June 27, 2024 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants