Skip to content

Commit

Permalink
Merge pull request #238 from tchellomello/fix-coveralls
Browse files Browse the repository at this point in the history
[dist] Fix coveralls build issue
  • Loading branch information
tchellomello committed Jan 30, 2021
2 parents b394ba9 + b0a73ad commit f396c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -40,7 +40,7 @@ jobs:
TOXENV: ${{ steps.toxenv.outputs.toxenv }}
- name: Report to Coveralls
run: |
coveralls
coveralls --service=github
# Only report coverage on latest Python version and skip on prior failures
if: ${{ success() && matrix.python-version == '3.7' }}
env:
Expand Down

0 comments on commit f396c0e

Please sign in to comment.