Skip to content

Commit 6c2f1c9

Browse files
yoshi-automationbusunkim96
authored andcommitted
[CHANGE ME] Re-generated datastore to pick up changes in the API or client library generator. (googleapis#8238)
1 parent 6ca646a commit 6c2f1c9

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

datastore/noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def blacken(session):
4646
"""Run black.
4747
4848
Format code to uniform standard.
49-
49+
5050
This currently uses Python 3.6 due to the automated Kokoro run of synthtool.
5151
That run uses an image that doesn't have 3.6 installed. Before updating this
5252
check the state of the `gcp_ubuntu_config` we use for that Kokoro run.
@@ -78,7 +78,7 @@ def default(session):
7878
"--cov-append",
7979
"--cov-config=.coveragerc",
8080
"--cov-report=",
81-
"--cov-fail-under=97",
81+
"--cov-fail-under=0",
8282
os.path.join("tests", "unit"),
8383
*session.posargs,
8484
)

datastore/synth.metadata

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"updateTime": "2019-05-24T12:17:24.704309Z",
2+
"updateTime": "2019-06-06T12:17:58.765389Z",
33
"sources": [
44
{
55
"generator": {
66
"name": "artman",
7-
"version": "0.20.0",
8-
"dockerImage": "googleapis/artman@sha256:3246adac900f4bdbd62920e80de2e5877380e44036b3feae13667ec255ebf5ec"
7+
"version": "0.23.1",
8+
"dockerImage": "googleapis/artman@sha256:9d5cae1454da64ac3a87028f8ef486b04889e351c83bb95e83b8fab3959faed0"
99
}
1010
},
1111
{
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "0537189470f04f24836d6959821c24197a0ed120",
16-
"internalRef": "249742806"
15+
"sha": "f03bf2139ee85aac88411d6c20a21f4c901fe83c",
16+
"internalRef": "251806891"
1717
}
1818
},
1919
{

0 commit comments

Comments
 (0)