##// END OF EJS Templates
exc-tracker: make context attribute behave like in API case...
exc-tracker: make context attribute behave like in API case - simplified how use of api attachment of the attributes is done so we can explicitly pass it. - for celery we need this else it fails to send emails

File last commit:

r3982:8517825c default
r4277:0d8d4107 default
Show More
.coveragerc
17 lines | 208 B | text/plain | TextLexer
[run]
branch = True
include =
rhodecode/*
omit =
rhodecode/lib/dbmigrate/*
rhodecode/lib/paster_commands/*
rhodecode/lib/_vendor/*
[report]
exclude_lines =
raise NotImplementedError