##// END OF EJS Templates
mail: use faster detection of email misconfiguration. This should be done at earliest...
mail: use faster detection of email misconfiguration. This should be done at earliest possible step to prevent from DB query for recipients if we wont send email anyway.

File last commit:

r2423:ce5d852c default
r3077:6903e671 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