-
Notifications
You must be signed in to change notification settings - Fork 17
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
Make test functions isolated #105
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #105 +/- ##
============================================
+ Coverage 86.20% 87.92% +1.71%
- Complexity 226 315 +89
============================================
Files 22 38 +16
Lines 522 712 +190
Branches 104 136 +32
============================================
+ Hits 450 626 +176
- Misses 51 56 +5
- Partials 21 30 +9 ☔ View full report in Codecov by Sentry. |
e06e6ef
to
d3a7d03
Compare
7fa1d97
to
175d48f
Compare
Quality Gate passedIssues Measures |
Quality Gate passedIssues Measures |
Purpose
Part of: ballerina-platform/ballerina-library#6120
This is to run the tests in parallel with the new parallel test feature
Examples
N/A
Checklist
Updated the changelogAdded testsUpdated the specChecked native-image compatibility