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

[2201.11.x] Fix support for breakpoint changes inside Ballerina services during a debug session #43740

Conversation

NipunaRanasinghe
Copy link
Contributor

@NipunaRanasinghe NipunaRanasinghe commented Jan 8, 2025

Purpose

$subject.

Fixes #43738

Remarks

Its not possible to cover this scenario using integration tests implemented in the lang repo, as we cant use/access stdlibs (hence services) in lang tests. Related tests will be added to the tooling integration test suite in the ballerina-distribution repository.

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 Jan 8, 2025

Codecov Report

Attention: Patch coverage is 50.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 77.23%. Comparing base (e01fe53) to head (c6974d8).
Report is 6 commits behind head on 2201.11.0-stage.

Files with missing lines Patch % Lines
.../ballerinalang/debugadapter/JDIEventProcessor.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@                Coverage Diff                 @@
##             2201.11.0-stage   #43740   +/-   ##
==================================================
  Coverage              77.22%   77.23%           
- Complexity             58799    58802    +3     
==================================================
  Files                   3527     3527           
  Lines                 221752   221750    -2     
  Branches               28815    28816    +1     
==================================================
+ Hits                  171250   171264   +14     
+ Misses                 40841    40821   -20     
- Partials                9661     9665    +4     

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

@NipunaRanasinghe NipunaRanasinghe merged commit f57346b into ballerina-platform:2201.11.0-stage Jan 9, 2025
31 of 34 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.

2 participants