diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2023-04-21 20:23:35 +0530 |
---|---|---|
committer | Eli Schwartz <eschwartz93@gmail.com> | 2023-04-24 11:42:40 -0400 |
commit | 523204f1f1529001388e4b10c5566c1eb18db4e8 (patch) | |
tree | 87b9073d210517182b00ef471f0924300654d6d8 /.github/workflows/macos.yml | |
parent | 9cc5009a44bda2af92cc10978ad7adf15b1c9fd3 (diff) | |
download | meson-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.yml | 4 |
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: |