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 dladdr issue on non-Darwin platform #194

Merged
merged 2 commits into from
Feb 9, 2025
Merged

Fix dladdr issue on non-Darwin platform #194

merged 2 commits into from
Feb 9, 2025

Conversation

Kyle-Ye
Copy link
Member

@Kyle-Ye Kyle-Ye commented Feb 9, 2025

Close #186

Copy link

codecov bot commented Feb 9, 2025

Codecov Report

Attention: Patch coverage is 93.33333% with 1 line in your changes missing coverage. Please review.

Project coverage is 21.76%. Comparing base (fa7a092) to head (82a5f1e).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
Sources/OpenSwiftUICore/Util/Tracing.swift 93.33% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #194      +/-   ##
==========================================
+ Coverage   21.67%   21.76%   +0.08%     
==========================================
  Files         301      301              
  Lines       12062    12069       +7     
==========================================
+ Hits         2615     2627      +12     
+ Misses       9447     9442       -5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Kyle-Ye Kyle-Ye merged commit c1be12f into main Feb 9, 2025
9 checks passed
@Kyle-Ye Kyle-Ye deleted the bugfix/tracing branch February 9, 2025 18:40
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.

Add a C layer to import dladdr on non-Darwin Swift platform
1 participant