Skip to content

Commit

Permalink
Add templates for flake8, coveragerc, noxfile, and black. (googleapis…
Browse files Browse the repository at this point in the history
  • Loading branch information
crwilcox authored Nov 28, 2018
1 parent db2cc30 commit 9560095
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
[run]
branch = True

[report]
fail_under = 100
show_missing = True
exclude_lines =
# Re-enable the standard pragma
pragma: NO COVER
# Ignore debug-only repr
def __repr__
# Ignore abstract methods
raise NotImplementedError
omit =
*/gapic/*.py
*/proto/*.py

0 comments on commit 9560095

Please sign in to comment.