##// 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 1 [run]
2 2 omit =
3 3 # the bin scripts are not part of the Kallithea web app
4 4 kallithea/bin/*
5 5 # we ship with no active extensions
6 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 8 kallithea/lib/dbmigrate/*
9 kallithea/lib/paster_commands/*
10 9 # the tests themselves should not be part of the coverage report
11 10 kallithea/tests/*
12 11 # the scm hooks are not run in the kallithea process
13 12 kallithea/config/post_receive_tmpl.py
14 13 kallithea/config/pre_receive_tmpl.py
15 14
16 15 [paths]
17 16 source =
18 17 kallithea/
19 18 **/workspace/*/kallithea
General Comments 0
You need to be logged in to leave comments. Login now