Skip to content

Commit

Permalink
The coveralls exclusion needs to catch up
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Dec 11, 2022
1 parent d2cea92 commit 84ca552
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 @@ -61,7 +61,7 @@ jobs:

- name: Report to coveralls
run: coveralls
if: "matrix.python-version != '2.7' && matrix.python-version != 'pypy2'"
if: "matrix.python-version != '2.7' && matrix.python-version != 'pypy-2.7'"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_SERVICE_NAME: github
Expand Down

0 comments on commit 84ca552

Please sign in to comment.