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

Commit 543aa00

Browse files
chore(python): push cloud library docs to staging bucket for Cloud RAD (#201)
Source-Link: googleapis/synthtool@7fd61f8 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:4ee57a76a176ede9087c14330c625a71553cf9c72828b2c0ca12f5338171ba60 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 308c2f5 commit 543aa00

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/.OwlBot.lock.yaml

+1-1
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:4ee57a76a176ede9087c14330c625a71553cf9c72828b2c0ca12f5338171ba60

.kokoro/docs/common.cfg

+1
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

+1-1
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/cloud",
104+
"--cov=google",
105105
"--cov=tests/unit",
106106
"--cov-append",
107107
"--cov-config=.coveragerc",

0 commit comments

Comments
 (0)