-
Notifications
You must be signed in to change notification settings - Fork 30
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
ci: Add testing against django main #353
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #353 +/- ##
=======================================
Coverage 90.88% 90.88%
=======================================
Files 72 72
Lines 2546 2546
Branches 361 361
=======================================
Hits 2314 2314
Misses 168 168
Partials 64 64 ☔ View full report in Codecov by Sentry. |
@marksweb You'll need to also swap installation of requirements and django main branch. |
75a2180
to
7f3a9df
Compare
7f3a9df
to
9f6cde6
Compare
@marksweb Should we test the Django main branch with django CMS develop-4 ? |
ba0047d
to
fce8fb6
Compare
@marksweb Does it make sense to run the py3.12 against develop-4 for the time being? |
@fsbraun not if support might take a while. |
I think it's there. |
def5006
to
2f5e414
Compare
@marksweb I added the following lines to the three test files that use
Might be easier to remove later... |
This reverts commit ded80d3.
5cb5059
to
9bcb377
Compare
This adds testing against django's main branch.