Skip to content

Commit e33d52a

Browse files
authored
chore: use cov_level in coveragerc (#1233)
1 parent 59dce5b commit e33d52a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synthtool/gcp/templates/python_library/.coveragerc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ omit =
2121
google/cloud/__init__.py
2222

2323
[report]
24-
fail_under = 100
24+
fail_under = {{ cov_level if cov_level != None else '100' }}
2525
show_missing = True
2626
exclude_lines =
2727
# Re-enable the standard pragma

0 commit comments

Comments
 (0)