From dd2c4e41b8fefc9cfe22d5bfcc3682de8bd7f9bf Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 18 Dec 2025 02:39:02 +0000 Subject: [PATCH 1/2] Initial plan From c8eb3515e265f37551212a98d9e5c15af4b169a2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 18 Dec 2025 02:41:06 +0000 Subject: [PATCH 2/2] Configure codecov to not block CI/merge requests Co-authored-by: josephdviviano <4142570+josephdviviano@users.noreply.github.com> --- .codecov.yml | 15 +++++++++++++++ .github/workflows/ci.yml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 .codecov.yml diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 00000000..77776b16 --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,15 @@ +coverage: + status: + project: + default: + # Set to informational only - will not block PRs + informational: true + patch: + default: + # Set to informational only - will not block PRs + informational: true + +comment: + # Still show coverage comments on PRs + layout: "diff, flags, files" + behavior: default diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fb52a54b..5216a411 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,5 +44,5 @@ jobs: uses: codecov/codecov-action@v5 with: files: coverage.xml - fail_ci_if_error: true + fail_ci_if_error: false token: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file