Skip to content

Commit

Permalink
Merge pull request #2704 from dhermes/back-to-100-umbrella
Browse files Browse the repository at this point in the history
Getting umbrella coverage back to 100%.
  • Loading branch information
dhermes authored Nov 8, 2016
2 parents 1dd7032 + f4f553f commit 72b75a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ omit =
*/_generated/*.py
# Packages in the "google.cloud" package that we don't own.
*/google/cloud/gapic/*
*/google/cloud/grpc/*
show_missing = True
exclude_lines =
# Re-enable the standard pragma
pragma: NO COVER
Expand Down
3 changes: 0 additions & 3 deletions core/google/cloud/_testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,3 @@ def next(self):
return six.next(self._pages)

__next__ = next

def __iter__(self):
return self

0 comments on commit 72b75a2

Please sign in to comment.