Skip to content

Commit 68dd6cd

Browse files
tseavercrwilcox
andauthored
chore: let synth generate .coveragerc (#196)
Toward #92. Co-authored-by: Christopher Wilcox <crwilcox@google.com>
1 parent 6253415 commit 68dd6cd

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

packages/google-cloud-firestore/.coveragerc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@
1919
branch = True
2020

2121
[report]
22-
# TODO(https://github.com/googleapis/python-firestore/issues/92): raise this
23-
# coverage back to 100%
24-
fail_under = 97
22+
fail_under = 100
2523
show_missing = True
2624
exclude_lines =
2725
# Re-enable the standard pragma

packages/google-cloud-firestore/synth.metadata

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@
44
"git": {
55
"name": ".",
66
"remote": "git@github.com:googleapis/python-firestore",
7-
"sha": "ce6341df6ffc075f5db71b42facbcb60ad43d391"
7+
"sha": "1f44a45419a85d8646ded5f22d6cbab697761651"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "7e377ce8f06ced48a79b45d97eebccb8a51f1e28",
15-
"internalRef": "333323660"
14+
"sha": "470d84e263c833af5280753b8e4188432b8d5b06",
15+
"internalRef": "333132625"
1616
}
1717
},
1818
{
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "916c10e8581804df2b48a0f0457d848f3faa582e"
22+
"sha": "a651c5fb763c69a921aecdd3e1d8dc51dbf20f8d"
2323
}
2424
}
2525
],

packages/google-cloud-firestore/synth.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@
7979

8080
s.move(
8181
templated_files,
82-
excludes=[".coveragerc"], # microgenerator has a good .coveragerc file
8382
)
8483

8584
s.replace(

0 commit comments

Comments
 (0)