diff --git a/.github/workflows/tox_pytests.yml b/.github/workflows/tox_pytests.yml index 48f4845a8..44c8d09c9 100644 --- a/.github/workflows/tox_pytests.yml +++ b/.github/workflows/tox_pytests.yml @@ -34,7 +34,7 @@ jobs: run: tox - name: Check test coverage - run: coverage report -m --fail-under=${{ matrix.vcs == 'bzr' && 89 || 90 }} + run: coverage report -m --fail-under=${{ matrix.vcs == 'bzr' && 84 || 85 }} - name: Report to coveralls run: coveralls