pr size check incorrectly classifies file renames as 'adds' for the size of the file. #602
Labels
good first issue
Good for newcomers
tech-debt
Refactors, unsavory workarounds or other technical decisions that should be revisited later
testing
Engineering label for issues related to tests or test tooling
Because we only look at the files that exist AFTER the change is made, and not those which were previously defined before the rename, we incorrectly call these renames large 'adds'.
We probably just need to update how the diffFileList is produced.
The text was updated successfully, but these errors were encountered: