-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Currently, the progress indicator displays completion for multiple Java codemods, such as "Applying 54 java codemods", followed by a time display:
Applying 54 java codemods ━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:00
The time display does not accurately reflect the cumulative time spent on each individual codemod, leading to a discrepancy in the actual runtime.
It is suggested that the time displayed at the end of each line should represent the cumulative time spent per codemod rule. This adjustment would provide a more accurate understanding of the execution time for each codemod.
Reported by: @davewichers
Metadata
Metadata
Assignees
Labels
No labels