From b37b122207c0e703da89edfaa115ab76af25e576 Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" Date: Sun, 20 Sep 2026 22:18:06 +0000 Subject: [PATCH] chore(ci): remove dead Codecov upload steps + lock pins Line-exact removal of dead-app CI references. --- .github/workflows/ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20fc3a1..08c7d6d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,14 +66,6 @@ jobs: cd extension npm run test:coverage - - name: Upload coverage to Codecov - if: matrix.os == 'ubuntu-latest' - uses: codecov/codecov-action@0b35c9ecc4f0529d0eb674914510c22f85b196b4 # v7.1.0 - with: - files: ./extension/coverage/lcov.info - flags: unittests - name: codecov-umbrella - security: name: Security Audit runs-on: ubuntu-latest