From 5634212b06893bd17428dffc71732ab373ffa97e Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" Date: Sun, 20 Sep 2026 22:17:48 +0000 Subject: [PATCH] chore(ci): remove dead Codecov upload steps + lock pins Line-exact removal of dead-app CI references. --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a7a6453..551c0b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,11 +46,6 @@ jobs: - name: Run tests with pytest run: | pytest tests/ -v --cov=dicti0nary_attack --cov-report=xml --cov-report=term - - name: Upload coverage to Codecov - uses: codecov/codecov-action@303a32d7a59b442fa8d48b6a1cc6825c09c847a5 # v7 - with: - file: ./coverage.xml - fail_ci_if_error: false security: name: Security Scan runs-on: ubuntu-latest