-
Notifications
You must be signed in to change notification settings - Fork 27
Investigate bad_cast
on Mac OS 15 in Python tests
#642
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
Conversation
ad74cee
to
e19ef94
Compare
e19ef94
to
bca9a0e
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
❌ Your project status has failed because the head coverage (94.3%) is below the adjusted base coverage (96.1%). You can increase the head coverage or adjust the Removed Code Behavior. Additional details and impacted files@@ Coverage Diff @@
## org-move #642 +/- ##
==========================================
- Coverage 90.6% 90.5% -0.1%
==========================================
Files 103 103
Lines 10670 10689 +19
Branches 1817 1817
==========================================
+ Hits 9671 9680 +9
- Misses 999 1009 +10
*This pull request uses carry forward flags. Click here to find out more.
🚀 New features to boost your workflow:
|
Signed-off-by: burgholzer <[email protected]>
Signed-off-by: burgholzer <[email protected]>
Signed-off-by: burgholzer <[email protected]>
Signed-off-by: burgholzer <[email protected]>
…package` version Signed-off-by: burgholzer <[email protected]>
dfa8b39 seems to have actually fixed the underlying problem. |
Description
#641 reveals a spurious bug that cannot be reproduced locally. This PR aims to find and fix the bug.
Checklist: