8000 chore(python): modify templated noxfile to support non-cloud APIs (#1… · googleapis/synthtool@76d5fec · GitHub
[go: up one dir, main page]

Skip to content

Commit 76d5fec

Browse files
authored
chore(python): modify templated noxfile to support non-cloud APIs (#1263)
1 parent aac3331 commit 76d5fec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synthtool/gcp/templates/python_library/noxfile.py.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def default(session):
112112
"py.test",
113113
"--quiet",
114114
f"--junitxml=unit_{session.python}_sponge_log.xml",
115-
"--cov=google/cloud",
115+
"--cov=google",
116116
"--cov=tests/unit",
117117
"--cov-append",
118118
"--cov-config=.coveragerc",

0 commit comments

Comments
 (0)
0