Skip to content

Commit be9a2ff

Browse files
chore: exclude namespace package file from coverage (#91)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/dccf2aa5-417a-444f-b348-db74e12651a1/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@f3c0488 Source-Link: googleapis/synthtool@a651c5f
1 parent 429ffa4 commit be9a2ff

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

packages/google-cloud-datastore/.coveragerc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
# Generated by synthtool. DO NOT EDIT!
1818
[run]
1919
branch = True
20+
omit =
21+
google/cloud/__init__.py
2022

2123
[report]
2224
fail_under = 100
@@ -32,4 +34,5 @@ omit =
3234
*/gapic/*.py
3335
*/proto/*.py
3436
*/core/*.py
35-
*/site-packages/*.py
37+
*/site-packages/*.py
38+
google/cloud/__init__.py

packages/google-cloud-datastore/synth.metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "d3997468c7ea6f96659993820ee2cc24b7ddc98b"
22+
"sha": "f3c04883d6c43261ff13db1f52d03a283be06871"
2323
}
2424
}
2525
],

0 commit comments

Comments
 (0)