From 997ed2e20a38f8f1d39b1a97fee8f0d69805940e Mon Sep 17 00:00:00 2001 From: Dave Shanley Date: Thu, 11 Apr 2024 05:02:53 -0400 Subject: [PATCH] not sure what on earth is going on with codecov tweaking things to see if I can shake it loose --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d14d664..dd1efaf 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -45,5 +45,5 @@ jobs: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.xml flags: unittests - fail_ci_if_error: true + fail_ci_if_error: false verbose: true