##// END OF EJS Templates
.coveragerc: remove reference to non-existing paster_commands dir...
Thomas De Schampheleire -
r7420:ddee465a default
parent child Browse files
Show More
@@ -1,19 +1,18 b''
1 [run]
1 [run]
2 omit =
2 omit =
3 # the bin scripts are not part of the Kallithea web app
3 # the bin scripts are not part of the Kallithea web app
4 kallithea/bin/*
4 kallithea/bin/*
5 # we ship with no active extensions
5 # we ship with no active extensions
6 kallithea/config/rcextensions/*
6 kallithea/config/rcextensions/*
7 # dbmigrate and paster_commands are not part of the Kallithea web app
7 # dbmigrate is not a part of the Kallithea web app
8 kallithea/lib/dbmigrate/*
8 kallithea/lib/dbmigrate/*
9 kallithea/lib/paster_commands/*
10 # the tests themselves should not be part of the coverage report
9 # the tests themselves should not be part of the coverage report
11 kallithea/tests/*
10 kallithea/tests/*
12 # the scm hooks are not run in the kallithea process
11 # the scm hooks are not run in the kallithea process
13 kallithea/config/post_receive_tmpl.py
12 kallithea/config/post_receive_tmpl.py
14 kallithea/config/pre_receive_tmpl.py
13 kallithea/config/pre_receive_tmpl.py
15
14
16 [paths]
15 [paths]
17 source =
16 source =
18 kallithea/
17 kallithea/
19 **/workspace/*/kallithea
18 **/workspace/*/kallithea
General Comments 0
You need to be logged in to leave comments. Login now