From b51a617fd03f4879d074b8e5d311a8ac0958adc7 Mon Sep 17 00:00:00 2001 From: Andre-Philippe Paquet Date: Sat, 29 Jun 2024 19:30:28 -0400 Subject: [PATCH] fix(ci): don't fail on codecov upload failure --- .github/workflows/push-tester.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-tester.yml b/.github/workflows/push-tester.yml index 03a0c8182..fd4f1fcbf 100644 --- a/.github/workflows/push-tester.yml +++ b/.github/workflows/push-tester.yml @@ -153,7 +153,7 @@ jobs: with: token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos files: lcov.info - fail_ci_if_error: true + fail_ci_if_error: false apps_sdk_runtime_tests: runs-on: ubuntu-latest