-
Notifications
You must be signed in to change notification settings - Fork 755
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 annotations for the service remote function
attachment point
#41856
Fix annotations for the service remote function
attachment point
#41856
Conversation
7f0b7a7
to
f33745f
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #41856 +/- ##
============================================
- Coverage 76.71% 76.71% -0.01%
+ Complexity 53073 53071 -2
============================================
Files 2884 2884
Lines 200022 200023 +1
Branches 26041 26041
============================================
- Hits 153450 153445 -5
- Misses 38127 38134 +7
+ Partials 8445 8444 -1 ☔ View full report in Codecov by Sentry. |
tests/jballerina-unit-test/src/test/resources/test-src/annotations/annot_attachments.bal
Outdated
Show resolved
Hide resolved
This PR has been open for more than 15 days with no activity. This will be closed in 3 days unless the |
This PR has been open for more than 15 days with no activity. This will be closed in 3 days unless the |
This PR has been open for more than 15 days with no activity. This will be closed in 3 days unless the |
...rina-unit-test/src/test/resources/test-src/annotations/service_remote_method_annotations.bal
Outdated
Show resolved
Hide resolved
...t-test/src/test/java/org/ballerinalang/test/annotations/AnnotationAttachmentSymbolsTest.java
Outdated
Show resolved
Hide resolved
…lerina-platform/ballerina-lang into fix-svc-remote-method-annot
Purpose
$title.
Fixes #41786
Check List