Skip to content

Commit

Permalink
Removed CodeCov dependency
Browse files Browse the repository at this point in the history
It's failing the builds due to connection/rate limit errors, and I'm not using it anyway.
  • Loading branch information
onecrayon authored Aug 17, 2024
1 parent 92794d0 commit c5b1547
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c5b1547

Please sign in to comment.