File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed
packages/google-cloud-compute Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,6 @@ docs.metadata
50
50
51
51
# Virtual environment
52
52
env /
53
- venv /
54
53
55
54
# Test logs
56
55
coverage.xml
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" ,
Original file line number Diff line number Diff line change 4
4
"git": {
5
5
"name": ".",
6
6
"remote": "https://github.com/googleapis/python-compute.git",
7
- "sha": "8e6293777e9197ed0ff795b3f74744c556777d07 "
7
+ "sha": "b4bea0b0761bf28d4eaf2643ec1f3e97d8142352 "
8
8
}
9
9
},
10
10
{
56
56
".kokoro/samples/lint/continuous.cfg",
57
57
".kokoro/samples/lint/periodic.cfg",
58
58
".kokoro/samples/lint/presubmit.cfg",
59
+ ".kokoro/samples/python3.10/common.cfg",
60
+ ".kokoro/samples/python3.10/continuous.cfg",
61
+ ".kokoro/samples/python3.10/periodic-head.cfg",
62
+ ".kokoro/samples/python3.10/periodic.cfg",
63
+ ".kokoro/samples/python3.10/presubmit.cfg",
59
64
".kokoro/samples/python3.6/common.cfg",
60
65
".kokoro/samples/python3.6/continuous.cfg",
61
66
".kokoro/samples/python3.6/periodic-head.cfg",
You can’t perform that action at this time.
0 commit comments