Omit platform-specific openers from coverage.

This commit is contained in:
Jon Wayne Parrott
2016-04-08 10:29:14 -07:00
parent ef33f70abb
commit a2b64123de

View File

@@ -1,5 +1,9 @@
[report]
omit = */samples/*
omit =
*/samples/*
# Don't report coverage over platform-specific modules.
oauth2client/contrib/_fcntl_opener.py
oauth2client/contrib/_win32_opener.py
exclude_lines =
# Re-enable the standard pragma
pragma: NO COVER