From c968ce9231dbc5ac87602223949545129460d7bd Mon Sep 17 00:00:00 2001 From: Esteban82 Date: Fri, 11 Sep 2026 23:20:04 -0300 Subject: [PATCH] ci: Remove stale gcov input from codecov-action step The gcov boolean was dropped in codecov-action v4.0.0, when the action moved to the Codecov CLI and gcov became a default-on plugin. The key has been ignored since the v3.1.4 -> v4.1.0 bump (cdc4fb341e) and only produces an "Unexpected input(s)" warning annotation on every OS. Co-Authored-By: Claude Sonnet 5 Co-Authored-By: Claude Opus 5 --- .github/workflows/tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2ece52ad40c..f9ca34976f3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -206,5 +206,4 @@ jobs: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: fail_ci_if_error: false - gcov: true if: always()