-
Notifications
You must be signed in to change notification settings - Fork 689
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
chore: fix some function names in comment #6230
base: master
Are you sure you want to change the base?
Conversation
Thank you for opening this pull request! 🙌 These tips will help get your PR across the finish line:
|
Signed-off-by: sjtucoder <[email protected]>
Code Review Agent Run #c4c7d0Actionable Suggestions - 0Review Details
|
Changelist by BitoThis pull request implements the following key changes.
|
Code Review Agent Run #c80caeActionable Suggestions - 0Review Details
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6230 +/- ##
=======================================
Coverage 36.85% 36.86%
=======================================
Files 1318 1318
Lines 134543 134543
=======================================
+ Hits 49590 49597 +7
+ Misses 80632 80625 -7
Partials 4321 4321
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@@ -501,7 +501,7 @@ func (m *MetricsManager) parseNodeExecutions(ctx context.Context, nodeExecutions | |||
return nil | |||
} | |||
|
|||
// parseSubworkflowNodeExecutions partitions the SubworkflowNode execution into a collection of Categorical and | |||
// parseSubworkflowNodeExecution partitions the SubworkflowNode execution into a collection of Categorical and |
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.
Thank you @sjtucoder
Not sure I get the motivation for doing this, and I'm not clear on the effects
Tracking issue
Why are the changes needed?
fix some function names in comment
What changes were proposed in this pull request?
How was this patch tested?
Labels
Please add one or more of the following labels to categorize your PR:
This is important to improve the readability of release notes.
Setup process
Screenshots
Check all the applicable boxes
Related PRs
Docs link
Summary by Bito
Documentation improvements across multiple files, focusing on function name corrections in comments. Updates include changing plural to singular form for parse functions in metrics_manager.go and fixing casing in subtask_exec_context.go for NewSubTaskExecutionContext comment.Unit tests added: False
Estimated effort to review (1-5, lower is better): 1