-
Notifications
You must be signed in to change notification settings - Fork 26
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 #526
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #526 +/- ##
=========================================
Coverage 81.95% 81.95%
Complexity 9 9
=========================================
Files 20 20
Lines 1158 1158
Branches 283 283
=========================================
Hits 949 949
Misses 127 127
Partials 82 82 ☔ View full report in Codecov by Sentry. |
Co-authored-by: Sasindu Alahakoon <[email protected]>
Quality Gate passedIssues Measures |
This PR has been open for more than 15 days with no activity. This will be closed in 3 days unless the |
This PR has been open for more than 15 days with no activity. This will be closed in 3 days unless the |
This PR has been open for more than 15 days with no activity. This will be closed in 3 days unless the |
This PR has been open for more than 15 days with no activity. This will be closed in 3 days unless the |
This PR has been open for more than 15 days with no activity. This will be closed in 3 days unless the |
Closed PR due to inactivity for more than 18 days. |
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