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 NoSuchFieldError for escaped identifiers during bal test #42709

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

gabilang
Copy link
Contributor

@gabilang gabilang commented May 8, 2024

Purpose

$title

Fixes #42693

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

@gabilang gabilang added the Team/jBallerina All the issues related to BIR, JVM backend code generation and runtime label May 8, 2024
Copy link

codecov bot commented May 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.19%. Comparing base (dca7201) to head (242f192).
Report is 87 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master   #42709      +/-   ##
============================================
+ Coverage     77.13%   77.19%   +0.06%     
- Complexity    51182    51290     +108     
============================================
  Files          2924     2929       +5     
  Lines        203973   204410     +437     
  Branches      26604    26666      +62     
============================================
+ Hits         157338   157798     +460     
+ Misses        38122    38051      -71     
- Partials       8513     8561      +48     

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team/jBallerina All the issues related to BIR, JVM backend code generation and runtime
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: No such field exception for client method call in a test function
1 participant