allow codecov upload to fail (#4221)

This commit is contained in:
Jirka Borovec 2020-10-19 09:28:17 +02:00 committed by GitHub
parent d3567c33a6
commit 7c4f80a1af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 0 deletions

View File

@ -88,6 +88,8 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
if: always()
# see: https://github.com/actions/toolkit/issues/399
continue-on-error: true
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: coverage.xml

View File

@ -138,6 +138,8 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
if: always()
# see: https://github.com/actions/toolkit/issues/399
continue-on-error: true
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: coverage.xml

View File

@ -126,6 +126,8 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
# see: https://github.com/actions/toolkit/issues/399
continue-on-error: true
if: always()
with:
token: ${{ secrets.CODECOV_TOKEN }}