##// END OF EJS Templates
tests: add pytest-cov .coveragerc file...
domruf -
r6495:7790b34a default
parent child Browse files
Show More
@@ -0,0 +1,14 b''
1 [run]
2 omit =
3 # the bin scripts are not part of the Kallithea web app
4 kallithea/bin/*
5 # we ship with no active extensions
6 kallithea/config/rcextensions/*
7 # dbmigrate and paster_commands are not part of the Kallithea web app
8 kallithea/lib/dbmigrate/*
9 kallithea/lib/paster_commands/*
10 # the tests themselves should not be part of the coverage report
11 kallithea/tests/*
12 # the scm hooks are not run in the kallithea process
13 kallithea/config/post_receive_tmpl.py
14 kallithea/config/pre_receive_tmpl.py
General Comments 0
You need to be logged in to leave comments. Login now