Skip to content

Commit

Permalink
Merge 785350b into 765caf5
Browse files Browse the repository at this point in the history
  • Loading branch information
sechkova committed Apr 29, 2021
2 parents 765caf5 + 785350b commit 72fa201
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ jobs:
run: tox

- name: Publish on coveralls.io
# A failure to publish coverage results on coveralls should not
# be a reason for a job failure.
continue-on-error: true
# TODO: Maybe make 'lint' a separate job instead of case handling here
if: ${{ env.TOXENV != 'lint' }}
env:
Expand Down

0 comments on commit 72fa201

Please sign in to comment.