Skip to content

Commit

Permalink
cannot submit coverage if we do not have it.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Jul 16, 2023
1 parent e957158 commit dca9d82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ jobs:
useCoverage: ${{ !startsWith(matrix.python-version, 'pypy') }}
- name: Coveralls Parallel
uses: coverallsapp/github-action@v2
if: ${{ !startsWith(matrix.python-version, 'pypy')
with:
flag-name: run-${{ join(matrix.*, '-') }}
parallel: true
Expand Down

0 comments on commit dca9d82

Please sign in to comment.