From ff74a447fe6eb1d1fec1b02d5fbbc2a2553d6f80 Mon Sep 17 00:00:00 2001 From: Michael Shaw Date: Fri, 27 Jan 2023 13:31:30 -0500 Subject: [PATCH] turn codecov back to fail on error true to avoid invisible failure. --- .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 82cb654c..c9389e9a 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: false + fail_ci_if_error: true if: env.GIT_DIFF test-importer: