[run]

branch = True

include =
    rhodecode/lib/*
    rhodecode/model/*
    rhodecode/controllers/*

omit =
    rhodecode/lib/vcs/remote/*
    rhodecode/lib/dbmigrate/*

[report]

exclude_lines =
    raise NotImplementedError

