Remove invalid parameter from the workflow#26
Remove invalid parameter from the workflow#26ayeshLK merged 1 commit intoballerina-platform:mainfrom
Conversation
📝 WalkthroughWalkthroughRemoved the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
⚔️ Resolve merge conflicts (beta)
No actionable comments were generated in the recent review. 🎉 Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. ❌ Your project status has failed because the head coverage (76.70%) is below the target coverage (80.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #26 +/- ##
=========================================
Coverage 76.70% 76.70%
Complexity 224 224
=========================================
Files 30 30
Lines 1082 1082
Branches 169 169
=========================================
Hits 830 830
Misses 175 175
Partials 77 77 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Purpose
Summary
This pull request removes an invalid input parameter from the GitHub Actions workflow configuration. Specifically, the
repo-name: module-ballerinax-cdcparameter was removed from thecall_workflowstep in.github/workflows/build-timestamped-master.yml.Changes
.github/workflows/build-timestamped-master.ymlrepo-nameparameter from the workflow invocationImpact