##// END OF EJS Templates
pull-requests: moved force refresh to update commits button....
pull-requests: moved force refresh to update commits button. - this action make more sense right after updating pull-request with latest state of commits - moving out of merge checks which shouldn't have this action as it's confusing

File last commit:

r3982:8517825c default
r4101:f857226e 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