-
Notifications
You must be signed in to change notification settings - Fork 758
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
[master] Fix legacy mocking failure #41686
[master] Fix legacy mocking failure #41686
Conversation
...rc/test/resources/project-based-tests/legacy-function-mocking-tests/modules/moduleB/main.bal
Outdated
Show resolved
Hide resolved
Co-authored-by: Fathima Dilhasha <dilhasha.uom@gmail.com>
This PR has been open for more than 15 days with no activity. This will be closed in 3 days unless the |
Closed PR due to inactivity for more than 18 days. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #41686 +/- ##
============================================
+ Coverage 76.68% 76.73% +0.05%
- Complexity 52671 52727 +56
============================================
Files 2881 2878 -3
Lines 198686 198747 +61
Branches 25822 25838 +16
============================================
+ Hits 152357 152506 +149
+ Misses 37892 37808 -84
+ Partials 8437 8433 -4 ☔ View full report in Codecov by Sentry. |
04c07e4
into
ballerina-platform:master
Purpose
Fixes #40731
Approach
Samples
Remarks
Check List