-
Notifications
You must be signed in to change notification settings - Fork 41
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
Migrate workflows to reuse centralized workflows #1010
Conversation
# Conflicts: # .github/workflows/build-timestamped-master.yml # .github/workflows/central-publish.yml # .github/workflows/publish-release.yml # .github/workflows/pull-request.yml # .github/workflows/trivy-scan.yml
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1010 +/- ##
============================================
+ Coverage 80.27% 80.96% +0.69%
- Complexity 123 125 +2
============================================
Files 20 20
Lines 578 578
Branches 117 117
============================================
+ Hits 464 468 +4
+ Misses 64 62 -2
+ Partials 50 48 -2 ☔ View full report in Codecov by Sentry. |
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. |
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. |
Purpose
Part of: ballerina-platform/ballerina-library#4778
Examples
Checklist