##// END OF EJS Templates
issue-trackers: implemented more sophisticated ticket data extraction based on advanced regex module, and special...
issue-trackers: implemented more sophisticated ticket data extraction based on advanced regex module, and special look-behind regex. This is a recommended ticket extraction from Atlassian itself (for Jira) and we also implemented it for Redmine, or tickets - bonus: report errors on patterns in preview window

File last commit:

r3982:8517825c default
r4498:2fce90e4 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