From 747dcfbfdfb56c82eab5f661b6d0bd9afd1cb703 Mon Sep 17 00:00:00 2001 From: Daniel Aloni Date: Wed, 15 Mar 2023 13:37:32 +0200 Subject: [PATCH] Don't fail ci if erroring on codecov integration test. --- .github/workflows/dendrite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dendrite.yml b/.github/workflows/dendrite.yml index 74987bf13..fa8fcfdaa 100644 --- a/.github/workflows/dendrite.yml +++ b/.github/workflows/dendrite.yml @@ -259,7 +259,7 @@ jobs: uses: codecov/codecov-action@v3 with: flags: unittests - fail_ci_if_error: true + fail_ci_if_error: false # run database upgrade tests upgrade_test: