[Adjustment]Increaset minimum test coverage condition

This commit is contained in:
Johannes Haposan Napitupulu
2022-12-20 21:26:04 +07:00
committed by GitHub
parent d8f7d43f3b
commit 7b05b25b49

View File

@@ -124,7 +124,7 @@ jobs:
ls -lart
pip install pytest coverage
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
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && always() }}
run: |