mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Merge pull request #1369 from sechkova/coveralls-publish
CI: Allow failure when publishing on coveralls
This commit is contained in:
commit
b22659e25d
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue