From 4701ccf110b17e645b3aab4a87aac6d51730c3aa Mon Sep 17 00:00:00 2001 From: Sumana Shrestha <166157818+sumanashrestha@users.noreply.github.com> Date: Wed, 15 May 2024 22:43:14 +0545 Subject: [PATCH] disable fail_ci_if_error --- .github/workflows/code_coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code_coverage.yml b/.github/workflows/code_coverage.yml index 0ab791e..ffe6afb 100644 --- a/.github/workflows/code_coverage.yml +++ b/.github/workflows/code_coverage.yml @@ -23,4 +23,4 @@ jobs: file: ./coverage.xml flags: unittests name: codecov-umbrella - fail_ci_if_error: true \ No newline at end of file + fail_ci_if_error: false