mirror of
https://github.com/starship/starship.git
synced 2024-11-22 16:23:17 +01:00
ci: don't fail CI if codecov fails to upload
This commit is contained in:
parent
d09d8093dc
commit
1e35f0c163
3
.github/workflows/workflow.yml
vendored
3
.github/workflows/workflow.yml
vendored
@ -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
Block a user