Skip to content

Commit ddb69d0

Browse files
chore(python): Push cloud library docs to Cloud RAD (#461)
Source-Link: googleapis/synthtool@694118b Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:ec49167c606648a063d1222220b48119c912562849a0528f35bfb592a9f72737 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent b9ecfa9 commit ddb69d0

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.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:ec49167c606648a063d1222220b48119c912562849a0528f35bfb592a9f72737

.kokoro/docs/common.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ env_vars: {
3030

3131
env_vars: {
3232
key: "V2_STAGING_BUCKET"
33+
# Push google cloud library docs to the Cloud RAD bucket `docs-staging-v2`
3334
value: "docs-staging-v2"
3435
}
3536

noxfile.py

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)