[Adjustment]Increaset minimum test coverage condition
This commit is contained in:
committed by
GitHub
parent
d8f7d43f3b
commit
7b05b25b49
2
.github/workflows/open_dbm-code-checking.yml
vendored
2
.github/workflows/open_dbm-code-checking.yml
vendored
@@ -124,7 +124,7 @@ jobs:
|
|||||||
ls -lart
|
ls -lart
|
||||||
pip install pytest coverage
|
pip install pytest coverage
|
||||||
coverage run -m pytest
|
coverage run -m pytest
|
||||||
coverage report -mi --fail-under=30 --skip-covered
|
coverage report -mi --fail-under=80 --skip-covered
|
||||||
- name: Update shield TEST status only for branch push master
|
- name: Update shield TEST status only for branch push master
|
||||||
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && always() }}
|
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && always() }}
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user