Skip to content

Commit f8db82f

Browse files
committed
Use .coveragerc to control covered files, and omit certain files from coverage
1 parent 60ba76e commit f8db82f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.coveragerc

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
; http://nedbatchelder.com/code/coverage/config.html
22

33
[run]
4-
include = st2*
4+
branch = True
5+
concurrency = eventlet
6+
include = st2*,contrib/runners/*
57
disable_warnings = include-ignored,module-not-imported
8+
omit = */*/wsgi.py
9+
*/*/util/wsgi.py ; st2common/st2common/util/wsgi.py
10+
*/setup.py
11+
contrib/runners/*/setup.py
12+
*/dist_utils.py
13+
contrib/runners/*/dist_utils.py

0 commit comments

Comments
 (0)