Skip to content

Commit c4e7fbc

Browse files
yoshi-automationbusunkim96
authored andcommitted
Suppress checking 'cov-fail-under' in nox default session (via synth). (googleapis#8256)
1 parent d0936a6 commit c4e7fbc

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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

videointelligence/synth.metadata

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"updateTime": "2019-06-04T19:44:01.426052Z",
2+
"updateTime": "2019-06-06T12:38:50.258949Z",
33
"sources": [
44
{
55
"generator": {
66
"name": "artman",
7-
"version": "0.23.0",
8-
"dockerImage": "googleapis/artman@sha256:846102ebf7ea2239162deea69f64940443b4147f7c2e68d64b332416f74211ba"
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": "0026f4b890ed9e2388fb0573c0727defa6f5b82e",
16-
"internalRef": "251265049"
15+
"sha": "f03bf2139ee85aac88411d6c20a21f4c901fe83c",
16+
"internalRef": "251806891"
1717
}
1818
},
1919
{

0 commit comments

Comments
 (0)