Skip to content

Commit

Permalink
Do not submit coverage with pypy as seems to be randomly failing
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebBell committed Jun 4, 2023
1 parent 40ad95f commit 0f1769f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
if: ${{ matrix.python-version != 'pypy-3.6'}}
run: |
curl https://coveralls.io/webhook?repo_token=${{ secrets.coveralls }} -d "payload[build_num]=${{ github.sha }}&payload[status]=done"

0 comments on commit 0f1769f

Please sign in to comment.