From 68cbd1d8a4bee789585ff4864c04696ae814c5ae Mon Sep 17 00:00:00 2001 From: hyperpolymath <6759885+hyperpolymath@users.noreply.github.com> Date: Mon, 21 Sep 2026 08:33:25 +0000 Subject: [PATCH] chore(ci): drop the Codecov upload step from the repo template and wiki examples MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Codecov GitHub App was uninstalled from this estate (owner ruling, 2026-09-20 audit); these were the last references to it in this repository. Coverage generation is unchanged — only the upload to a service this org no longer uses is removed, so scaffolded repos stop inheriting a step that can never authorise. No `.github/workflows/*.yml` file changes here, so no actions.lock regeneration is due: nothing in this diff can add or remove a lock-keyed `uses:` ref. --- templates/.github/workflows/ci.yml.template | 3 --- 1 file changed, 3 deletions(-) diff --git a/templates/.github/workflows/ci.yml.template b/templates/.github/workflows/ci.yml.template index ce601e9..72f78c9 100644 --- a/templates/.github/workflows/ci.yml.template +++ b/templates/.github/workflows/ci.yml.template @@ -91,9 +91,6 @@ jobs: run: cargo install cargo-tarpaulin - name: Run coverage run: cargo tarpaulin --workspace --out Xml - - uses: codecov/codecov-action@v4 - with: - files: cobertura.xml # ───────────────────────────────────────────────────────────── # SECURITY