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

Fix test coverage #42415

Conversation

warunalakshitha
Copy link
Contributor

Purpose

Describe the problems, issues, or needs driving this feature/fix and include links to related issues.

Fixes #

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

@warunalakshitha warunalakshitha requested a review from hevayo as a code owner March 26, 2024 12:25
Copy link

codecov bot commented Mar 26, 2024

Codecov Report

Attention: Patch coverage is 8.69565% with 84 lines in your changes are missing coverage. Please review.

Project coverage is 76.47%. Comparing base (5b03581) to head (ccba474).
Report is 58 commits behind head on master.

Files Patch % Lines
...java/io/ballerina/runtime/internal/BalRuntime.java 7.27% 51 Missing ⚠️
.../ballerina/runtime/internal/util/RuntimeUtils.java 0.00% 31 Missing ⚠️
...rc/main/java/io/ballerina/runtime/api/Runtime.java 0.00% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master   #42415      +/-   ##
============================================
- Coverage     76.50%   76.47%   -0.03%     
- Complexity    53179    53186       +7     
============================================
  Files          2892     2892              
  Lines        201003   201091      +88     
  Branches      26188    26198      +10     
============================================
+ Hits         153777   153793      +16     
- Misses        38766    38838      +72     
  Partials       8460     8460              

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

@warunalakshitha warunalakshitha force-pushed the fix_test_coverage branch 2 times, most recently from 22a2a13 to 36b3234 Compare March 26, 2024 22:05
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.

2 participants