Skip to content

Commit

Permalink
chore(python): modify templated noxfile to support non-cloud APIs (#1263
Browse files Browse the repository at this point in the history
)
  • Loading branch information
parthea committed Oct 21, 2021
1 parent aac3331 commit 76d5fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synthtool/gcp/templates/python_library/noxfile.py.j2
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def default(session):
"py.test",
"--quiet",
f"--junitxml=unit_{session.python}_sponge_log.xml",
"--cov=google/cloud",
"--cov=google",
"--cov=tests/unit",
"--cov-append",
"--cov-config=.coveragerc",
Expand Down

0 comments on commit 76d5fec

Please sign in to comment.