Skip to content

Commit

Permalink
chore(python): use cov_level in unittest gh action (#1335)
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea authored Jan 22, 2022
1 parent 57be0cd commit e5aaa84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ jobs:
- name: Report coverage results
run: |
coverage combine .coverage-results/.coverage*
coverage report --show-missing --fail-under=100
coverage report --show-missing --fail-under={{ cov_level if cov_level != None else 100 }}

0 comments on commit e5aaa84

Please sign in to comment.