Skip to content

Commit 0ee9ddc

Browse files
committed
restore post processing in .librarian/generator-input/client-post-processing/spanner-integration.yaml for coverage
1 parent 20cec5e commit 0ee9ddc

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

.librarian/generator-input/client-post-processing/spanner-integration.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1432,3 +1432,12 @@ replacements:
14321432
"auto",
14331433
"tests/unit",
14341434
count: 1
1435+
- paths: [packages/google-cloud-spanner/.coveragerc]
1436+
before: |
1437+
\[report\]
1438+
show_missing = True
1439+
after: |
1440+
[report]
1441+
fail_under = 98
1442+
show_missing = True
1443+
count: 1

packages/google-cloud-spanner/testing/constraints-3.10.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
google-api-core==2.24.2
88
google-auth==2.14.1
99
grpcio==1.59.0
10-
grpcio-status==1.59.0
1110
proto-plus==1.26.1
1211
protobuf==6.33.5
1312
google-cloud-core==2.0.0
1413
grpc-google-iam-v1==0.14.2
14+
grpcio-status==1.59.0
1515
sqlparse==0.4.4
1616
grpc-interceptor==0.15.4
1717
opentelemetry-api==1.22.0

0 commit comments

Comments
 (0)