##// END OF EJS Templates
Added tag v4.10.3 for changeset 68baee10e698
Added tag v4.10.3 for changeset 68baee10e698

File last commit:

r1517:02d18047 default
r2240:9fd5b2ec stable
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