Skip to content

Commit ad1090d

Browse files
committed
fix(tests): exclude /usr/local/lib from converge report
1 parent 6d8b69b commit ad1090d

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)