ballerina-lang
ballerina-lang copied to clipboard
[master] Allow not having source code for projects with build tools
Purpose
$ subject
master PR of https://github.com/ballerina-platform/ballerina-lang/pull/42597 Fixes https://github.com/ballerina-platform/ballerina-lang/issues/42583
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 (#<Issue Number>)
- [ ] 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
Codecov Report
Attention: Patch coverage is 50.00000% with 3 lines in your changes are missing coverage. Please review.
Project coverage is 77.25%. Comparing base (
523fb9c) to head (bdf0210). Report is 6 commits behind head on master.
| Files | Patch % | Lines |
|---|---|---|
| ...c/main/java/io/ballerina/cli/task/CompileTask.java | 25.00% | 1 Missing and 2 partials :warning: |
Additional details and impacted files
@@ Coverage Diff @@
## master #42730 +/- ##
============================================
+ Coverage 77.18% 77.25% +0.06%
- Complexity 51274 51298 +24
============================================
Files 2929 2929
Lines 204324 204392 +68
Branches 26652 26660 +8
============================================
+ Hits 157698 157893 +195
+ Misses 38074 37919 -155
- Partials 8552 8580 +28
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.