File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
packages/google-cloud-bigquery-logging Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11docker :
22 image : gcr.io/cloud-devrel-public-resources/owlbot-python:latest
3- digest : sha256:17723e4df0cdd8d4508547ee517df2287af52c9d3f26a91e897bc618f73ec293
3+ digest : sha256:4ee57a76a176ede9087c14330c625a71553cf9c72828b2c0ca12f5338171ba60
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ env_vars: {
3030
3131env_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
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments