-
Notifications
You must be signed in to change notification settings - Fork 31
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
Implement dispatching to custom remote functions #900
Conversation
Codecov ReportBase: 82.71% // Head: 82.65% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #900 +/- ##
============================================
- Coverage 82.71% 82.65% -0.07%
- Complexity 538 546 +8
============================================
Files 50 50
Lines 2974 3009 +35
Branches 478 489 +11
============================================
+ Hits 2460 2487 +27
- Misses 376 378 +2
- Partials 138 144 +6
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Purpose
This is the implementation of the proposal: ballerina-platform/ballerina-library#3670
Examples
Checklist