-
-
Notifications
You must be signed in to change notification settings - Fork 92
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
Cppy upgrade to 1.3.0 to fix linking issues on windows #189
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #189 +/- ##
==========================================
- Coverage 87.88% 79.81% -8.08%
==========================================
Files 24 24
Lines 1635 1635
Branches 84 241 +157
==========================================
- Hits 1437 1305 -132
Misses 184 184
- Partials 14 146 +132 |
@MatthieuDartiailh Could we go ahead and merge this so that I can rebase onto it in the branch with the changes related to CI for free-threading? |
I am just waiting for https://github.com/nucleic/kiwi/actions/runs/12049797611 to finish and I will merge. |
Perfect, thanks! |
Code coverage drops comes from improve tracking of partial coverage for untestable error branches in the bindings (fail to create a type object...) So everything is fine. |
No description provided.