comparison .coveragerc @ 6924:0acb46763886

jenkinsfile: combine coverage files from different DB runs
author domruf <dominikruf@gmail.com>
date Mon, 21 Aug 2017 21:42:28 +0200
parents 7790b34a0cef
children ddee465a345a
comparison
equal deleted inserted replaced
6923:d2f20f3d2117 6924:0acb46763886
10 # the tests themselves should not be part of the coverage report 10 # the tests themselves should not be part of the coverage report
11 kallithea/tests/* 11 kallithea/tests/*
12 # the scm hooks are not run in the kallithea process 12 # the scm hooks are not run in the kallithea process
13 kallithea/config/post_receive_tmpl.py 13 kallithea/config/post_receive_tmpl.py
14 kallithea/config/pre_receive_tmpl.py 14 kallithea/config/pre_receive_tmpl.py
15
16 [paths]
17 source =
18 kallithea/
19 **/workspace/*/kallithea