ci: don't fail CI if codecov fails to upload
This commit is contained in:
parent
d09d8093dc
commit
1e35f0c163
|
@ -200,7 +200,7 @@ jobs:
|
||||||
run: cargo install --version 0.3.4 cargo-wix
|
run: cargo install --version 0.3.4 cargo-wix
|
||||||
env:
|
env:
|
||||||
# cargo-wix does not require static crt
|
# cargo-wix does not require static crt
|
||||||
RUSTFLAGS: ''
|
RUSTFLAGS: ""
|
||||||
|
|
||||||
# Install Mercurial (pre-installed on Linux and windows)
|
# Install Mercurial (pre-installed on Linux and windows)
|
||||||
- name: Setup | Mercurial (macos)
|
- name: Setup | Mercurial (macos)
|
||||||
|
@ -247,4 +247,3 @@ jobs:
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
files: lcov.info
|
files: lcov.info
|
||||||
fail_ci_if_error: true
|
|
||||||
|
|
Loading…
Reference in New Issue