Skip to content

Commit

Permalink
Bump codecov-action to v4 with a secret token
Browse files Browse the repository at this point in the history
  • Loading branch information
leszekhanusz committed Oct 28, 2024
1 parent a6358c9 commit 2cfb547
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,7 @@ 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@v3
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: false
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 2cfb547

Please sign in to comment.