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

Remove deprecated BLangChannelLiteral sub class #43453

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

rdulmina
Copy link
Contributor

@rdulmina rdulmina commented Oct 4, 2024

Purpose

Remove the deprecated BLangChannelLiteral sub class as it is not used now

Fixes #43452

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 Oct 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.50%. Comparing base (4f61e6a) to head (ed1d289).
Report is 49 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master   #43453   +/-   ##
=========================================
  Coverage     77.49%   77.50%           
+ Complexity    58596    58595    -1     
=========================================
  Files          3438     3438           
  Lines        219263   219233   -30     
  Branches      28925    28925           
=========================================
- Hits         169927   169923    -4     
+ Misses        39916    39889   -27     
- Partials       9420     9421    +1     

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

@gimantha gimantha merged commit e3c0757 into ballerina-platform:master Oct 4, 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.

[Task]: Remove deprecated BLangChannelLiteral sub class
2 participants