##// END OF EJS Templates
core: added two new commands rcsetup-app and rcupgrade-db that will...
core: added two new commands rcsetup-app and rcupgrade-db that will replace pserve equivalents. - pserver uses some internals from pylons, and we want to remove this.

File last commit:

r1517:02d18047 default
r2007:e0e75f82 default
Show More
.coveragerc
20 lines | 287 B | text/plain | TextLexer
[run]
branch = True
include =
rhodecode/lib/*
rhodecode/model/*
rhodecode/controllers/*
omit =
rhodecode/lib/vcs/remote/*
rhodecode/lib/dbmigrate/*
rhodecode/lib/paster_commands/*
rhodecode/tests/*
[report]
exclude_lines =
raise NotImplementedError