From 92210afdaed09244412413f4be1f9e752cf33f6e Mon Sep 17 00:00:00 2001 From: Glenn Lewis <6598971+gmlewis@users.noreply.github.com> Date: Mon, 29 Jul 2024 11:17:27 -0400 Subject: [PATCH 1/3] Update codecov-action version Signed-off-by: Glenn Lewis <6598971+gmlewis@users.noreply.github.com> --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d9e3d3bac02..6ef7a97ea9e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -73,4 +73,4 @@ jobs: - name: Upload coverage to Codecov if: ${{ matrix.update-coverage }} - uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 #v4.5.0 + uses: codecov/codecov-action@v4 From 7ac999b8cdf4749bc1a2e63bb42181ebe2e6e142 Mon Sep 17 00:00:00 2001 From: Glenn Lewis <6598971+gmlewis@users.noreply.github.com> Date: Mon, 29 Jul 2024 11:35:56 -0400 Subject: [PATCH 2/3] Attempt to add target:auto to .codecov.yml Signed-off-by: Glenn Lewis <6598971+gmlewis@users.noreply.github.com> --- .codecov.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.codecov.yml b/.codecov.yml index 6488176ce17..25336636b29 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -5,3 +5,9 @@ ignore: - "scrape" # ignore tools - "tools" + +coverage: + status: + project: + default: + target: auto # auto compares coverage to the previous base commit From fb71c474d6121125e329ff014a90037b094e5edb Mon Sep 17 00:00:00 2001 From: Glenn Lewis <6598971+gmlewis@users.noreply.github.com> Date: Mon, 29 Jul 2024 14:44:25 -0400 Subject: [PATCH 3/3] Attempt suggestion from https://github.com/codecov/feedback/issues/8#issuecomment-2256516807 Signed-off-by: Glenn Lewis <6598971+gmlewis@users.noreply.github.com> --- .codecov.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.codecov.yml b/.codecov.yml index 25336636b29..66f0f966848 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -11,3 +11,4 @@ coverage: project: default: target: auto # auto compares coverage to the previous base commit + removed_code_behavior: fully_covered_patch