diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7858a2a..146114e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -59,7 +59,7 @@ jobs: - name: Check test coverage run: | - coverage report -m --fail-under=${{ (matrix.python-version == 'pypy-3.10') && 99 || 100 }} + coverage report -m --fail-under=${{ (matrix.python-version == 'pypy3.10') && 99 || 100 }} coverage xml # pypy3.10 thinks utils.py has one uncovered branch (140 -> 133), which # I think is just pypy's optimizer being too smart for coverage.py.