##// END OF EJS Templates
events: use a distinction between RhodeCodeEvent which is a base class and it used by all events, and...
events: use a distinction between RhodeCodeEvent which is a base class and it used by all events, and the events that are handled in addition by integration framework.

File last commit:

r2423:ce5d852c default
r2921:042146f6 default
Show More
.coveragerc
16 lines | 180 B | text/plain | TextLexer
[run]
branch = True
include =
rhodecode/*
omit =
rhodecode/lib/dbmigrate/*
rhodecode/lib/paster_commands/*
[report]
exclude_lines =
raise NotImplementedError