-
Notifications
You must be signed in to change notification settings - Fork 85
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 and disable some service dispatching tests #1409
Fix and disable some service dispatching tests #1409
Conversation
Created ballerina-platform/ballerina-library#3933 for enabling the disabled tests. |
Codecov ReportBase: 81.02% // Head: 81.04% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #1409 +/- ##
==========================================
+ Coverage 81.02% 81.04% +0.01%
==========================================
Files 362 362
Lines 19639 19639
Branches 4323 4323
==========================================
+ Hits 15913 15916 +3
+ Misses 2868 2866 -2
+ Partials 858 857 -1
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. |
ballerina-tests/http-dispatching-tests/tests/service_dispatching_data_binding_anydata_test.bal
Outdated
Show resolved
Hide resolved
ballerina-tests/http-dispatching-tests/tests/service_dispatching_data_binding_anydata_test.bal
Outdated
Show resolved
Hide resolved
ballerina-tests/http-dispatching-tests/tests/service_dispatching_data_binding_anydata_test.bal
Outdated
Show resolved
Hide resolved
ballerina-tests/http-dispatching-tests/tests/service_dispatching_data_binding_anydata_test.bal
Outdated
Show resolved
Hide resolved
ballerina-tests/http-dispatching-tests/tests/service_dispatching_data_binding_anydata_test.bal
Outdated
Show resolved
Hide resolved
Co-authored-by: Krishnananthalingam Tharmigan <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These test cases were failing due to databinding error because of this bug in lang. We may have to write negative tests cases for this after that lang bug is fixed.
Purpose
$title
Examples
Checklist