File tree Expand file tree Collapse file tree 3 files changed +3
-40
lines changed
packages/google-cloud-iam Expand file tree Collapse file tree 3 files changed +3
-40
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ branch = True
44[report]
55show_missing = True
66omit =
7- google/cloud/iam_credentials /__init__.py
8- google/cloud/iam_credentials /gapic_version.py
7+ google/cloud/iam /__init__.py
8+ google/cloud/iam /gapic_version.py
99exclude_lines =
1010 # Re-enable the standard pragma
1111 pragma: NO COVER
Original file line number Diff line number Diff line change 2828
2929version = None
3030
31- with open (
32- os .path .join (package_root , "google/cloud/iam_credentials/gapic_version.py" )
33- ) as fp :
31+ with open (os .path .join (package_root , "google/cloud/iam/gapic_version.py" )) as fp :
3432 version_candidates = re .findall (r"(?<=\")\d+.\d+.\d+(?=\")" , fp .read ())
3533 assert len (version_candidates ) == 1
3634 version = version_candidates [0 ]
You can’t perform that action at this time.
0 commit comments