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.8.x] Add local repository support for tools #42057

Conversation

Thevakumar-Luheerathan
Copy link
Member

@Thevakumar-Luheerathan Thevakumar-Luheerathan commented Jan 29, 2024

Purpose

Describe the problems, issues, or needs driving this feature/fix and include links to related issues.
Fixes #41729
Related to #40264
Related release issue : https://github.com/ballerina-platform/ballerina-release/issues/2623

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

@Thevakumar-Luheerathan Thevakumar-Luheerathan added this to the 2201.8.5 milestone Jan 29, 2024
Copy link

codecov bot commented Jan 30, 2024

Codecov Report

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

Comparison is base (a49bbf7) 76.36% compared to head (e7fd4a5) 76.31%.
Report is 4 commits behind head on 2201.8.x.

Files Patch % Lines
...rc/main/java/io/ballerina/cli/cmd/ToolCommand.java 0.00% 92 Missing ⚠️
...rc/main/java/io/ballerina/cli/cmd/PushCommand.java 0.00% 36 Missing ⚠️
...a/io/ballerina/cli/launcher/util/BalToolsUtil.java 0.00% 19 Missing ⚠️
...n/java/io/ballerina/projects/BalToolsManifest.java 0.00% 14 Missing ⚠️
.../main/java/io/ballerina/projects/BalToolsToml.java 0.00% 14 Missing ⚠️
.../java/io/ballerina/cli/launcher/LauncherUtils.java 0.00% 13 Missing ⚠️
...ina/projects/internal/BalToolsManifestBuilder.java 0.00% 7 Missing ⚠️
...c/main/java/io/ballerina/cli/utils/PrintUtils.java 0.00% 6 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff               @@
##             2201.8.x   #42057      +/-   ##
==============================================
- Coverage       76.36%   76.31%   -0.06%     
+ Complexity      52569    52568       -1     
==============================================
  Files            2880     2880              
  Lines          198795   198931     +136     
  Branches        25829    25858      +29     
==============================================
+ Hits           151815   151817       +2     
- Misses          38623    38757     +134     
  Partials         8357     8357              

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

@Thevakumar-Luheerathan Thevakumar-Luheerathan merged commit 0c24ddd into ballerina-platform:2201.8.x Jan 30, 2024
5 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants