Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Enable debugger terminal tests on windows #43743

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

Conversation

NipunaRanasinghe
Copy link
Contributor

@NipunaRanasinghe NipunaRanasinghe commented Jan 9, 2025

Purpose

Fixes #43736

Related issue is fixed with cbab642

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 9, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.41%. Comparing base (cbab642) to head (24ef7b5).
Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master   #43743   +/-   ##
=========================================
  Coverage     77.41%   77.41%           
- Complexity    58626    58627    +1     
=========================================
  Files          3446     3446           
  Lines        219214   219214           
  Branches      28973    28973           
=========================================
+ Hits         169703   169706    +3     
+ Misses        40073    40071    -2     
+ Partials       9438     9437    -1     

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

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Debugger terminal tests are intermittently failing on Windows
3 participants