Skip to content

Commit 7f1fd26

Browse files
authored
Coverage was giving wrong percentage
Coverage gives wrong percentage if imports are missing
1 parent fca8003 commit 7f1fd26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/gbq.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def get_credentials(self):
167167
return credentials
168168

169169
@staticmethod
170-
def get_application_default_credentials(project_id):
170+
def get_application_default_credentials(project_id): # pragma: no cover
171171
"""
172172
Given a project_id tries to retrieve the
173173
"default application credentials"

0 commit comments

Comments
 (0)