summaryrefslogtreecommitdiff
path: root/.github/workflows/nonnative.yml
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2023-04-21 20:23:35 +0530
committerEli Schwartz <eschwartz93@gmail.com>2023-04-24 11:42:40 -0400
commit523204f1f1529001388e4b10c5566c1eb18db4e8 (patch)
tree87b9073d210517182b00ef471f0924300654d6d8 /.github/workflows/nonnative.yml
parent9cc5009a44bda2af92cc10978ad7adf15b1c9fd3 (diff)
downloadmeson-523204f1f1529001388e4b10c5566c1eb18db4e8.tar.gz
ci: Don't error out CI if codecov upload fails
Diffstat (limited to '.github/workflows/nonnative.yml')
-rw-r--r--.github/workflows/nonnative.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nonnative.yml b/.github/workflows/nonnative.yml
index 8a4cb8e75..b6066822c 100644
--- a/.github/workflows/nonnative.yml
+++ b/.github/workflows/nonnative.yml
@@ -49,5 +49,5 @@ jobs:
with:
files: .coverage/coverage.xml
name: "Ubuntu nonnative"
- fail_ci_if_error: true
+ fail_ci_if_error: false
verbose: true