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

Add org name to the package metadata response #43132

Merged

Conversation

LakshanWeerasinghe
Copy link
Contributor

Purpose

$subject

Fixes #43127

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

@LakshanWeerasinghe LakshanWeerasinghe added the Team/LanguageServer Language Server Implementation related issues. #Compiler label Jul 19, 2024
Copy link

codecov bot commented Jul 19, 2024

Codecov Report

Attention: Patch coverage is 60.00000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 77.42%. Comparing base (aa29e98) to head (513a1db).
Report is 58 commits behind head on master.

Files Patch % Lines
...s/ballerina/document/BallerinaDocumentService.java 0.00% 1 Missing ⚠️
...ns/ballerina/packages/PackageMetadataResponse.java 66.66% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master   #43132      +/-   ##
============================================
+ Coverage     77.35%   77.42%   +0.07%     
- Complexity    58262    58430     +168     
============================================
  Files          3450     3453       +3     
  Lines        218969   219460     +491     
  Branches      28745    28904     +159     
============================================
+ Hits         169379   169926     +547     
+ Misses        40262    40184      -78     
- Partials       9328     9350      +22     

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

mindula
mindula previously approved these changes Jul 22, 2024
dulajdilshan
dulajdilshan previously approved these changes Jul 25, 2024
@dulajdilshan
Copy link
Contributor

Shall we re-sync with the master branch and re-trigger the build?

@LakshanWeerasinghe LakshanWeerasinghe merged commit 70d41a5 into ballerina-platform:master Jul 30, 2024
31 of 32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team/LanguageServer Language Server Implementation related issues. #Compiler
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Package metadata passed to the vscode extension does not contain organization details
4 participants