Skip to content

Commit

Permalink
chore: use cov_level in coveragerc (#1233)
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 authored Oct 4, 2021
1 parent 59dce5b commit e33d52a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synthtool/gcp/templates/python_library/.coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ omit =
google/cloud/__init__.py

[report]
fail_under = 100
fail_under = {{ cov_level if cov_level != None else '100' }}
show_missing = True
exclude_lines =
# Re-enable the standard pragma
Expand Down

0 comments on commit e33d52a

Please sign in to comment.