##// END OF EJS Templates
pull-requests: only allow actual reviewers to leave status/votes....
pull-requests: only allow actual reviewers to leave status/votes. Other participants aren't allowed that, they could only sent text comments to not distract from actual votes that count towards the overall review.

File last commit:

r3982:8517825c default
r4513:8c4f7e94 stable
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