Merge pull request #1369 from sechkova/coveralls-publish

CI: Allow failure when publishing on coveralls
This commit is contained in:
Jussi Kukkonen 2021-05-04 10:22:45 +03:00 committed by GitHub
commit b22659e25d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: