##// END OF EJS Templates
diffs: use whole chunk diff to calculate if it's oversized or not....
diffs: use whole chunk diff to calculate if it's oversized or not. - This fixes an issue if a file is added that has very large number of small lines. In this case the time to detect if the diff should be limited was very very long and CPU intensive.

File last commit:

r1517:02d18047 default
r2070:7939c6bf default
Show More
.coveragerc
20 lines | 287 B | text/plain | TextLexer
project: added all source files and assets
r1 [run]
branch = True
include =
rhodecode/lib/*
rhodecode/model/*
rhodecode/controllers/*
omit =
rhodecode/lib/vcs/remote/*
rhodecode/lib/dbmigrate/*
coverage: skip tests and paster commands that are not executed during tests.
r1517 rhodecode/lib/paster_commands/*
rhodecode/tests/*
project: added all source files and assets
r1
[report]
exclude_lines =
raise NotImplementedError