You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the locust summary, it should be clear to viewers which functions/classes have been added for the first time in the code base, which ones are merely updated, and which were removed.
The text was updated successfully, but these errors were encountered:
For new vs. updated, if changed_lines == total_lines, the definition is new. Otherwise, it is merely updated.
deleted entries is a little bit more complicated, as we are currently only analyzing files in the terminal_ref. The only role of the initial_ref is to generate the git diff.
In the locust summary, it should be clear to viewers which functions/classes have been added for the first time in the code base, which ones are merely updated, and which were removed.
The text was updated successfully, but these errors were encountered: