Skip to content

Commit

Permalink
chore: let synth generate .coveragerc (#196)
Browse files Browse the repository at this point in the history
Toward #92.

Co-authored-by: Christopher Wilcox <crwilcox@google.com>
  • Loading branch information
tseaver and crwilcox authored Sep 24, 2020
1 parent 2021f38 commit 0336110
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
4 changes: 1 addition & 3 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@
branch = True

[report]
# TODO(https://github.com/googleapis/python-firestore/issues/92): raise this
# coverage back to 100%
fail_under = 97
fail_under = 100
show_missing = True
exclude_lines =
# Re-enable the standard pragma
Expand Down
8 changes: 4 additions & 4 deletions synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@
"git": {
"name": ".",
"remote": "git@github.com:googleapis/python-firestore",
"sha": "ce6341df6ffc075f5db71b42facbcb60ad43d391"
"sha": "1f44a45419a85d8646ded5f22d6cbab697761651"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "7e377ce8f06ced48a79b45d97eebccb8a51f1e28",
"internalRef": "333323660"
"sha": "470d84e263c833af5280753b8e4188432b8d5b06",
"internalRef": "333132625"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "916c10e8581804df2b48a0f0457d848f3faa582e"
"sha": "a651c5fb763c69a921aecdd3e1d8dc51dbf20f8d"
}
}
],
Expand Down
1 change: 0 additions & 1 deletion synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@

s.move(
templated_files,
excludes=[".coveragerc"], # microgenerator has a good .coveragerc file
)

s.replace(
Expand Down

0 comments on commit 0336110

Please sign in to comment.