From c5b154734d3d404eaecb6d0b89a6c60ee97b7f71 Mon Sep 17 00:00:00 2001 From: Ian Beck Date: Sat, 17 Aug 2024 09:19:03 -0700 Subject: [PATCH] Removed CodeCov dependency It's failing the builds due to connection/rate limit errors, and I'm not using it anyway. --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb769ea..7ef5c9e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,11 +54,6 @@ jobs: POSTGRES_PASSWORD: postgres POSTGRES_DB: test SECRET_KEY: testsecret - - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 - with: - fail_ci_if_error: true - flags: unittest cd: name: Deploy runs-on: ubuntu-latest