We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59dce5b commit e33d52aCopy full SHA for e33d52a
1 file changed
synthtool/gcp/templates/python_library/.coveragerc
@@ -21,7 +21,7 @@ omit =
21
google/cloud/__init__.py
22
23
[report]
24
-fail_under = 100
+fail_under = {{ cov_level if cov_level != None else '100' }}
25
show_missing = True
26
exclude_lines =
27
# Re-enable the standard pragma
0 commit comments