-
Notifications
You must be signed in to change notification settings - Fork 29
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
Introduce support for OS command execution #438
Conversation
Codecov Report
@@ Coverage Diff @@
## master #438 +/- ##
============================================
+ Coverage 82.92% 84.50% +1.58%
- Complexity 13 25 +12
============================================
Files 9 15 +6
Lines 82 142 +60
Branches 23 35 +12
============================================
+ Hits 68 120 +52
- Misses 13 20 +7
- Partials 1 2 +1
Continue to review full report at Codecov.
|
os:exec
function
native/src/main/java/io/ballerina/stdlib/os/nativeimpl/Exec.java
Outdated
Show resolved
Hide resolved
native/src/main/java/io/ballerina/stdlib/os/nativeimpl/Exec.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Purpose
Fixes ballerina-platform/ballerina-library#2852
Examples
Checklist