Generic question:
What is included in ‘new code’ in quality gate criteria. If I have a file in a repository of say 1000 lines and I change 1 line of code in a method of 10 lines, how many lines are considered as ‘new code’. 1 (new code granularity on line basis) or 10 (new code granularity on method bas) or 1000 lines (new code granularity on file base)
Cheers