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