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 build tool support to bal run, pack, test, graph, doc and profile commands #42203

Merged
merged 7 commits into from
Feb 29, 2024

Conversation

ShammiL
Copy link
Contributor

@ShammiL ShammiL commented Feb 21, 2024

Purpose

$Subject

Fixes #42199

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

@ShammiL ShammiL requested a review from hevayo as a code owner February 21, 2024 06:15
Copy link

codecov bot commented Feb 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.71%. Comparing base (b5c6a95) to head (6045e91).
Report is 26 commits behind head on master.

Additional details and impacted files
@@              Coverage Diff              @@
##             master   #42203       +/-   ##
=============================================
+ Coverage      0.00%   76.71%   +76.71%     
- Complexity        0    53074    +53074     
=============================================
  Files             9     2884     +2875     
  Lines            35   200040   +200005     
  Branches          0    26044    +26044     
=============================================
+ Hits              0   153467   +153467     
- Misses           35    38127    +38092     
- Partials          0     8446     +8446     

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

@ShammiL ShammiL merged commit a949e6d into ballerina-platform:master Feb 29, 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.

[Improvement]: Add build tools support to bal run, pack, test, graph, doc and profile commands
2 participants