Skip to content

Commit 3a859c9

Browse files
committed
Merge pull request #86 from helgi/convergec
fix(tests): exclude /usr/local/lib from converge report
2 parents 6d8b69b + ad1090d commit 3a859c9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rootfs/.coveragerc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ omit =
1212
# osx library files when not running in virtualenv
1313
/Library/*
1414
/System/*
15+
/usr/local/lib/*
1516

1617
[report]
1718
ignore_errors = True

0 commit comments

Comments
 (0)