##// END OF EJS Templates
nix: Updated hash of rhodecode-tools....
nix: Updated hash of rhodecode-tools. This should be the last time we have to update the hash without code changes in rhodecode-tools becuase the archive creation now uses the modifucation time of the changeset. Therefore the hash only changes if another commit is referenced.

File last commit:

r1:854a839a default
r875:5a048c57 default
Show More
.coveragerc
18 lines | 229 B | text/plain | TextLexer
[run]
branch = True
include =
rhodecode/lib/*
rhodecode/model/*
rhodecode/controllers/*
omit =
rhodecode/lib/vcs/remote/*
rhodecode/lib/dbmigrate/*
[report]
exclude_lines =
raise NotImplementedError