From 0e13bf7702d14da24a1eb04c06cd612846079bc6 Mon Sep 17 00:00:00 2001 From: Michael Shaw Date: Fri, 27 Jan 2023 13:13:50 -0500 Subject: [PATCH] disable fail_ci on codecov error... it is unstable --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c9389e9a..82cb654c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,7 +36,7 @@ jobs: - uses: codecov/codecov-action@v3 with: file: ./coverage.txt - fail_ci_if_error: true + fail_ci_if_error: false if: env.GIT_DIFF test-importer: