Skip to content

Commit e5aaa84

Browse files
authored
chore(python): use cov_level in unittest gh action (#1335)
1 parent 57be0cd commit e5aaa84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • synthtool/gcp/templates/python_library/.github/workflows

synthtool/gcp/templates/python_library/.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ jobs:
5454
- name: Report coverage results
5555
run: |
5656
coverage combine .coverage-results/.coverage*
57-
coverage report --show-missing --fail-under=100
57+
coverage report --show-missing --fail-under={{ cov_level if cov_level != None else 100 }}

0 commit comments

Comments
 (0)