##// 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 [run]
1 [run]
2
2
3 branch = True
3 branch = True
4
4
5 include =
5 include =
6 rhodecode/lib/*
6 rhodecode/lib/*
7 rhodecode/model/*
7 rhodecode/model/*
8 rhodecode/controllers/*
8 rhodecode/controllers/*
9
9
10 omit =
10 omit =
11 rhodecode/lib/vcs/remote/*
11 rhodecode/lib/vcs/remote/*
12 rhodecode/lib/dbmigrate/*
12 rhodecode/lib/dbmigrate/*
13 rhodecode/lib/paster_commands/*
14 rhodecode/tests/*
13
15
14 [report]
16 [report]
15
17
16 exclude_lines =
18 exclude_lines =
17 raise NotImplementedError
19 raise NotImplementedError
18
20
General Comments 0
You need to be logged in to leave comments. Login now