File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
packages/google-cloud-monitoring Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
docker :
2
2
image : gcr.io/cloud-devrel-public-resources/owlbot-python:latest
3
- digest : sha256:58f73ba196b5414782605236dd0712a73541b44ff2ff4d3a36ec41092dd6fa5b
3
+ digest : sha256:4ee57a76a176ede9087c14330c625a71553cf9c72828b2c0ca12f5338171ba60
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ env_vars: {
30
30
31
31
env_vars: {
32
32
key: " V2_STAGING_BUCKET"
33
+ # Push google cloud library docs to the Cloud RAD bucket `docs-staging-v2`
33
34
value: " docs-staging-v2"
34
35
}
35
36
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ def default(session):
101
101
"py.test" ,
102
102
"--quiet" ,
103
103
f"--junitxml=unit_{ session .python } _sponge_log.xml" ,
104
- "--cov=google/cloud " ,
104
+ "--cov=google" ,
105
105
"--cov=tests/unit" ,
106
106
"--cov-append" ,
107
107
"--cov-config=.coveragerc" ,
You can’t perform that action at this time.
0 commit comments