Skip to content

Comments

Fix Command not Working Properly Due to Class Loader Issue#413

Merged
ThisaruGuruge merged 2 commits intomainfrom
fix-failure
Sep 25, 2025
Merged

Fix Command not Working Properly Due to Class Loader Issue#413
ThisaruGuruge merged 2 commits intomainfrom
fix-failure

Conversation

@ThisaruGuruge
Copy link
Member

Purpose

Fixes: ballerina-platform/ballerina-library#8270

Examples

Checklist

  • Linked to an issue
  • Updated the specification
  • Updated the changelog
  • Added tests

@sonarqubecloud
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
6.7% Duplication on New Code (required ≤ 3%)

See analysis details on SonarQube Cloud

@codecov
Copy link

codecov bot commented Sep 24, 2025

Codecov Report

❌ Patch coverage is 23.07692% with 10 lines in your changes missing coverage. Please review.
✅ Project coverage is 85.78%. Comparing base (f2179e4) to head (039ab6f).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
...main/java/io/ballerina/persist/cmd/PersistCmd.java 0.00% 5 Missing ⚠️
...rc/main/java/io/ballerina/persist/cmd/Migrate.java 0.00% 2 Missing ⚠️
...i/src/main/java/io/ballerina/persist/cmd/Init.java 0.00% 1 Missing ⚠️
...i/src/main/java/io/ballerina/persist/cmd/Pull.java 0.00% 1 Missing ⚠️
...i/src/main/java/io/ballerina/persist/cmd/Push.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #413      +/-   ##
==========================================
- Coverage   85.81%   85.78%   -0.04%     
==========================================
  Files          66       66              
  Lines        6241     6245       +4     
  Branches      838      838              
==========================================
+ Hits         5356     5357       +1     
- Misses        647      650       +3     
  Partials      238      238              

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ThisaruGuruge ThisaruGuruge merged commit eb91826 into main Sep 25, 2025
4 of 6 checks passed
@ThisaruGuruge ThisaruGuruge deleted the fix-failure branch September 25, 2025 04:25
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.

bal persist and bal asyncapi help are not working

2 participants