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 bad sad error when a function from a transitive dependency is mocked #42091

Conversation

Thevakumar-Luheerathan
Copy link
Member

Purpose

Describe the problems, issues, or needs driving this feature/fix and include links to related issues.

Fixes #42034

Approach

Describe how you are implementing the solutions along with the design details.

Samples

Provide high-level details about the samples related to this feature.

Remarks

List any other known issues, related PRs, TODO items, or any other notes related to the PR.

Check List

  • Read the Contributing Guide
  • Updated Change Log
  • Checked Tooling Support (#)
  • Added necessary tests
    • Unit Tests
    • Spec Conformance Tests
    • Integration Tests
    • Ballerina By Example Tests
  • Increased Test Coverage
  • Added necessary documentation
    • API documentation
    • Module documentation in Module.md files
    • Ballerina By Examples

Copy link

codecov bot commented Feb 1, 2024

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (3c3df04) 0.00% compared to head (ef0fc46) 76.69%.
Report is 5 commits behind head on master.

Files Patch % Lines
...lerinalang/compiler/tree/BLangTestablePackage.java 50.00% 2 Missing ⚠️
...o2/ballerinalang/compiler/desugar/MockDesugar.java 66.66% 1 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##             master   #42091       +/-   ##
=============================================
+ Coverage      0.00%   76.69%   +76.69%     
- Complexity        0    53032    +53032     
=============================================
  Files             9     2883     +2874     
  Lines            35   199939   +199904     
  Branches          0    26025    +26025     
=============================================
+ Hits              0   153344   +153344     
- Misses           35    38138    +38103     
- Partials          0     8457     +8457     

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

@Thevakumar-Luheerathan Thevakumar-Luheerathan merged commit 7d98217 into ballerina-platform:master Feb 6, 2024
18 checks passed
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.

[Bug]: Bad sad error when a function from a transitive dependency is mocked.
3 participants