Skip to content

Commit 129a381

Browse files
author
Gabriel Monroy
committed
exclude osx system libs and docker registry integration from coverage
1 parent 795bf9d commit 129a381

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.coveragerc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ omit =
44
*/virtualenv/*
55
*tests*
66
api/__init__.py
7+
api/docker.py
78
client/__init__.py
89
client/models.py
910
cm/__init__.py
@@ -16,6 +17,9 @@ omit =
1617
web/__init__.py
1718
web/models.py
1819
web/templatetags/__init__.py
20+
# osx library files when not running in virtualenv
21+
/Library/*
22+
/System/*
1923

2024
[report]
2125
ignore_errors = True

0 commit comments

Comments
 (0)