Skip to content

Commit

Permalink
Revert codecov action to v1 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
leszekhanusz committed Oct 28, 2024
1 parent c3b722e commit 07a9276
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,4 @@ jobs:
- name: Test with coverage
run: pytest --cov=gql --cov-report=xml --cov-report=term-missing tests
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: false
token: ${{ secrets.CODECOV_TOKEN }}
uses: codecov/codecov-action@v1

0 comments on commit 07a9276

Please sign in to comment.