aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/macos.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/macos.yml
parent9cc5009a44bda2af92cc10978ad7adf15b1c9fd3 (diff)
downloadmeson-523204f1f1529001388e4b10c5566c1eb18db4e8.zip
meson-523204f1f1529001388e4b10c5566c1eb18db4e8.tar.gz
meson-523204f1f1529001388e4b10c5566c1eb18db4e8.tar.bz2
ci: Don't error out CI if codecov upload fails
Diffstat (limited to '.github/workflows/macos.yml')
-rw-r--r--.github/workflows/macos.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 9a25fa1..6d6b43a 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -55,7 +55,7 @@ jobs:
with:
files: .coverage/coverage.xml
name: "appleclang [unit tests]"
- fail_ci_if_error: true
+ fail_ci_if_error: false
verbose: true
@@ -112,7 +112,7 @@ jobs:
with:
files: .coverage/coverage.xml
name: "appleclang [project tests; unity=${{ matrix.unity }}]"
- fail_ci_if_error: true
+ fail_ci_if_error: false
verbose: true
Qt4macos: