-
Notifications
You must be signed in to change notification settings - Fork 39
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
Start testing NAV on Python 3.11 #2775
Conversation
5f17107
to
8059554
Compare
c5b8097
to
3afbe48
Compare
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
a203982
to
397e334
Compare
We should've been testing for Python 3.10 for a long time now, it's time to start! fixxup
This attempts to ensure that the whole matrix isn't cancelled when a single job fails. Based on https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs#handling-failures
Can't remember why this restriction was put in there, but it seems it prevents test results from being published when PR's repo is the same as the origin. Also don't understand or remember why the dependabot restriction is in here. Removing that too.
We should've been testing for Python 3.11 for a long time now, it's time to start!
Quality Gate passedIssues Measures |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2775 +/- ##
==========================================
+ Coverage 57.14% 57.15% +0.01%
==========================================
Files 567 567
Lines 41272 41278 +6
==========================================
+ Hits 23586 23594 +8
+ Misses 17686 17684 -2 ☔ View full report in Codecov by Sentry. |
In preparation for #2788