Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Oct 9, 2024
1 parent c96e2b1 commit eb37113
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 @@ -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.
Expand Down

0 comments on commit eb37113

Please sign in to comment.