From eb37113934916cce0b2f989a1a2c2cd606aca9cc Mon Sep 17 00:00:00 2001 From: Marius Gedminas Date: Wed, 9 Oct 2024 16:13:28 +0300 Subject: [PATCH] Oops --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.