Skip to content

Commit 4b5b2a1

Browse files
yoshi-automationbusunkim96
authored andcommitted
Suppress checking 'cov-fail-under' in nox default session (via synth). (googleapis#8246)
1 parent f91c39e commit 4b5b2a1

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

language/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
)

language/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-25T12:25:04.854653Z",
2+
"updateTime": "2019-06-06T12:25:00.822871Z",
33
"sources": [
44
{
55
"generator": {
66
"name": "artman",
7-
"version": "0.21.0",
8-
"dockerImage": "googleapis/artman@sha256:28d4271586772b275cd3bc95cb46bd227a24d3c9048de45dccdb7f3afb0bfba9"
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": "7ca19138ccebe219a67be2245200e821b3e32123",
16-
"internalRef": "249916728"
15+
"sha": "f03bf2139ee85aac88411d6c20a21f4c901fe83c",
16+
"internalRef": "251806891"
1717
}
1818
},
1919
{

0 commit comments

Comments
 (0)