diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index e56076259..560d8712f 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -104,4 +104,5 @@ jobs: - name: PyTest unit tests if: ${{ !startsWith(matrix.os, 'macos-13') }} run: | - poetry run pytest tests -vv --durations=10 \ No newline at end of file + poetry run pytest tests -vv --durations=10 --cov-fail-under=80 +# 80% \ No newline at end of file