From bc0f751b50a8daa687e896de9f3cc01bb81d53a3 Mon Sep 17 00:00:00 2001
From: Shu Muto <shu.mutow@nec.com>
Date: Mon, 25 Mar 2024 19:29:47 +0900
Subject: [PATCH] Remove fail_ci_if_error option

Having reports uploaded is not impotant, especially PR for dependency update.
See following about bug for this option:
https://github.com/codecov/codecov-action/issues/1274
---
 .github/workflows/ci.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0ab48cb11415..ee4b5ae270f8 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -136,9 +136,6 @@ jobs:
       - uses: codecov/codecov-action@v4.1.0
         with:
           directory: ./.tmp
-          #fail_ci_if_error: true
-          # PR from dependabot causes an error, so comment this out until the problem is resolved.
-          # See https://github.com/codecov/codecov-action/issues/1274
           token: ${{ secrets.CODECOV_TOKEN }}
 
 # TODO: needs to be fixed