diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a9e40e99..7a7371f9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -38,7 +38,7 @@ jobs: - name: Test with pytest shell: bash -el {0} run: | - python -m pytest --cov=. --cov-report term-missing --cov-fail-under 89 --doctest-modules --junitxml=junit/test-results-${{ matrix.python-version }}.xml + python -m pytest --cov=. --cov-report term-missing --cov-fail-under 90 --doctest-modules --junitxml=junit/test-results-${{ matrix.python-version }}.xml - name: Test command line shell: bash -el {0} run: |