Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[master] Update runtime API documentation #43760

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

HindujaB
Copy link
Contributor

Purpose

$subject

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

Copy link

codecov bot commented Jan 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.41%. Comparing base (cbab642) to head (47f512a).
Report is 17 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master   #43760   +/-   ##
=========================================
  Coverage     77.41%   77.41%           
- Complexity    58626    58635    +9     
=========================================
  Files          3446     3446           
  Lines        219214   219216    +2     
  Branches      28973    28975    +2     
=========================================
+ Hits         169703   169714   +11     
+ Misses        40073    40066    -7     
+ Partials       9438     9436    -2     

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


class Test {
public static Object callIsEven(Environment env, long arg) {
return env.getRuntime().callFunction(new Module("testOrg", "foo"), "isEven", null, arg);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will this work without version?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants