File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ def cover(session):
128
128
test runs (not system test runs), and then erases coverage data.
129
129
"""
130
130
session .install ("coverage" , "pytest-cov" )
131
- session .run ("coverage" , "report" , "--show-missing" , "--fail-under=100 " )
131
+ session .run ("coverage" , "report" , "--show-missing" , "--fail-under=99 " )
132
132
133
133
session .run ("coverage" , "erase" )
134
134
Original file line number Diff line number Diff line change 1
1
{
2
- "updateTime": "2020-01-31T20:39:19.357914Z ",
2
+ "updateTime": "2020-01-31T21:03:52.358036Z ",
3
3
"sources": [
4
4
{
5
5
"generator": {
13
13
"name": "googleapis",
14
14
"remote": "https://github.com/googleapis/googleapis.git",
15
15
"sha": "2717b8a1c762b26911b45ecc2e4ee01d98401b28",
16
- "internalRef": "292555664",
17
- "log": "2717b8a1c762b26911b45ecc2e4ee01d98401b28\nFix dataproc artman client library generation.\n\nPiperOrigin-RevId: 292555664\n\n7ac66d9be8a7d7de4f13566d8663978c9ee9dcd7\nAdd Dataproc Autoscaling API to V1.\n\nPiperOrigin-RevId: 292450564\n\n5d932b2c1be3a6ef487d094e3cf5c0673d0241dd\n- Improve documentation\n- Add a client_id field to StreamingPullRequest\n\nPiperOrigin-RevId: 292434036\n\neaff9fa8edec3e914995ce832b087039c5417ea7\nmonitoring: v3 publish annotations and client retry config\n\nPiperOrigin-RevId: 292425288\n\n70958bab8c5353870d31a23fb2c40305b050d3fe\nBigQuery Storage Read API v1 clients.\n\nPiperOrigin-RevId: 292407644\n\n7a15e7fe78ff4b6d5c9606a3264559e5bde341d1\nUpdate backend proto for Google Cloud Endpoints\n\nPiperOrigin-RevId: 292391607\n\n3ca2c014e24eb5111c8e7248b1e1eb833977c83d\nbazel: Add --flaky_test_attempts=3 argument to prevent CI failures caused by flaky tests\n\nPiperOrigin-RevId: 292382559\n\n9933347c1f677e81e19a844c2ef95bfceaf694fe\nbazel:Integrate latest protoc-java-resource-names-plugin changes (fix for PyYAML dependency in bazel rules)\n\nPiperOrigin-RevId: 292376626\n\nb835ab9d2f62c88561392aa26074c0b849fb0bd3\nasset: v1p2beta1 add client config annotations\n\n* remove unintentionally exposed RPCs\n* remove messages relevant to removed RPCs\n\nPiperOrigin-RevId: 292369593\n\n"
16
+ "internalRef": "292555664"
18
17
}
19
18
},
20
19
{
Original file line number Diff line number Diff line change 85
85
# ----------------------------------------------------------------------------
86
86
# Add templated files
87
87
# ----------------------------------------------------------------------------
88
- templated_files = common .py_library (unit_cov_level = 97 , cov_level = 100 )
88
+ templated_files = common .py_library (unit_cov_level = 97 , cov_level = 99 )
89
89
s .move (templated_files )
90
90
91
91
s .replace (
You can’t perform that action at this time.
0 commit comments