##// END OF EJS Templates
coverage: skip tests and paster commands that are not executed during tests.
marcink -
r1517:02d18047 default
parent child Browse files
Show More
@@ -1,18 +1,20 b''
1 1 [run]
2 2
3 3 branch = True
4 4
5 5 include =
6 6 rhodecode/lib/*
7 7 rhodecode/model/*
8 8 rhodecode/controllers/*
9 9
10 10 omit =
11 11 rhodecode/lib/vcs/remote/*
12 12 rhodecode/lib/dbmigrate/*
13 rhodecode/lib/paster_commands/*
14 rhodecode/tests/*
13 15
14 16 [report]
15 17
16 18 exclude_lines =
17 19 raise NotImplementedError
18 20
General Comments 0
You need to be logged in to leave comments. Login now