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