Merge Requests it's failing me

Hi, I open this thread because after updating the reviews test I’m having trouble to send MR, specifically I get this error

[INFO] Running tests.mr_under_max_deltas
[ERROR] MR should be under or equal to 200 deltas. You MR has 237 deltas
[ERROR] Merge Request closed by: mr_under_max_deltas
[INFO] Running tests.most_relevant_type

I have looked for information on “deltas” but it is not clear for me what it means.

Thanks in advanced

Hi, take a look at this: Deltas check fail in reviews

@major-probability

from stackoverflow: Deltas

The short version:
Deltas is like the number of lines that you modify in a file, ergo, the lines of your code + the lines that you add for external solutions.