1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-05-29 06:30:52 +00:00

ci: don't fail CI if codecov fails to upload

This commit is contained in:
Matan Kushner 2023-01-18 12:03:53 +09:00
parent d09d8093dc
commit 1e35f0c163
No known key found for this signature in database

View File

@ -200,7 +200,7 @@ jobs:
run: cargo install --version 0.3.4 cargo-wix
env:
# cargo-wix does not require static crt
RUSTFLAGS: ''
RUSTFLAGS: ""
# Install Mercurial (pre-installed on Linux and windows)
- name: Setup | Mercurial (macos)
@ -247,4 +247,3 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: lcov.info
fail_ci_if_error: true