Skip to content

Commit

Permalink
Argh
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Jul 10, 2023
1 parent 705a4a1 commit eef1897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: coverage run -m pytest tests

- name: Check test coverage
run: coverage report -m --fail-under=${{ (matrix.python-version == 'pypy3.10') && 99 || 100 }}
run: coverage report -m --fail-under=${{ (matrix.python-version == 'pypy-3.10') && 99 || 100 }}
# 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.

Expand Down

0 comments on commit eef1897

Please sign in to comment.