diff --git a/.github/workflows/open_dbm-code-checking.yml b/.github/workflows/open_dbm-code-checking.yml index bb6eb6a2..9fa288f8 100644 --- a/.github/workflows/open_dbm-code-checking.yml +++ b/.github/workflows/open_dbm-code-checking.yml @@ -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: |