summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2023-01-18 12:03:53 +0900
committerMatan Kushner <hello@matchai.dev>2023-01-18 12:04:04 +0900
commit1e35f0c163dd2239f137c267b838640f3382808b (patch)
tree5a1550a4971504c04f16bb8688a26a2b77b07e77
parentd09d8093dc863dd4674a45c4c1b48238be7f6b62 (diff)
ci: don't fail CI if codecov fails to upload
-rw-r--r--.github/workflows/workflow.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml
index 234648476..98547a03d 100644
--- a/.github/workflows/workflow.yml
+++ b/.github/workflows/workflow.yml
@@ -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