ballerina-lang icon indicating copy to clipboard operation
ballerina-lang copied to clipboard

Implement test framework with ballerina

Open azinneera opened this issue 2 years ago • 2 comments

Purpose

Implement test framework with ballerina

Check List

  • [x] 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

azinneera avatar Sep 22 '22 06:09 azinneera

Codecov Report

Base: 79.22% // Head: 76.59% // Decreases project coverage by -2.63% :warning:

Coverage data is based on head (c85fcc9) compared to base (677f8cd). Patch coverage: 53.62% of modified lines in pull request are covered.

Additional details and impacted files
@@             Coverage Diff              @@
##             master   #37848      +/-   ##
============================================
- Coverage     79.22%   76.59%   -2.64%     
+ Complexity    77303    53138   -24165     
============================================
  Files          3527     3369     -158     
  Lines        271561   199628   -71933     
  Branches      47219    25706   -21513     
============================================
- Hits         215145   152901   -62244     
+ Misses        47339    38171    -9168     
+ Partials       9077     8556     -521     
Impacted Files Coverage Δ
.../main/java/io/ballerina/cli/utils/NativeUtils.java 0.00% <0.00%> (ø)
...a/io/ballerina/projects/util/ProjectConstants.java 0.00% <ø> (ø)
...ina/compiler/TesterinaCompilerPluginConstants.java 0.00% <0.00%> (ø)
.../io/ballerina/cli/task/RunNativeImageTestTask.java 8.80% <8.80%> (ø)
...rc/main/java/io/ballerina/cli/cmd/TestCommand.java 48.59% <30.76%> (+2.30%) :arrow_up:
...a/io/ballerina/projects/internal/model/Target.java 84.05% <33.33%> (-5.80%) :arrow_down:
...va/io/ballerina/projects/CodeGeneratorManager.java 84.79% <50.00%> (-1.51%) :arrow_down:
.../ballerinalang/testerina/natives/io/FileUtils.java 56.00% <56.00%> (ø)
...allerinalang/testerina/natives/io/StringUtils.java 32.30% <56.25%> (ø)
...rc/main/java/io/ballerina/cli/utils/TestUtils.java 61.90% <61.90%> (ø)
... and 715 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

codecov[bot] avatar Sep 27 '22 07:09 codecov[bot]

Tracked by the issue https://github.com/ballerina-platform/ballerina-lang/issues/38710

gayaldassanayake avatar Nov 17 '22 06:11 gayaldassanayake