Skip to content
This repository was archived by the owner on Dec 31, 2023. It is now read-only.

Commit 0ba3513

Browse files
chore(python): modify templated noxfile to support non-cloud APIs (#159)
Source-Link: googleapis/synthtool@76d5fec Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:979d9498e07c50097c1aeda937dcd32094ecc7440278a83e832b6a05602f62b6 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 463fa46 commit 0ba3513

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/.OwlBot.lock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
docker:
22
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
3-
digest: sha256:58f73ba196b5414782605236dd0712a73541b44ff2ff4d3a36ec41092dd6fa5b
3+
digest: sha256:979d9498e07c50097c1aeda937dcd32094ecc7440278a83e832b6a05602f62b6

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def default(session):
101101
"py.test",
102102
"--quiet",
103103
f"--junitxml=unit_{session.python}_sponge_log.xml",
104-
"--cov=google.analytics",
104+
"--cov=google",
105105
"--cov=tests/unit",
106106
"--cov-append",
107107
"--cov-config=.coveragerc",

0 commit comments

Comments
 (0)