Skip to content

Commit bd63f4e

Browse files
committed
Merge pull request #342 from helgi/cov_branch
feat(tests): enable branch coverage information
2 parents caf3ddf + 827f330 commit bd63f4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rootfs/.coveragerc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ omit =
44
*/virtualenv/*
55
*tests*
66
api/__init__.py
7-
api/docker.py
87
scheduler/*
98
# osx library files when not running in virtualenv
109
/Library/*
1110
/System/*
1211
/usr/local/lib/*
12+
branch = True
1313

1414
[report]
1515
ignore_errors = True

0 commit comments

Comments
 (0)