Skip to content

Commit

Permalink
try codecov action v4 (#2572)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoQuote authored Apr 10, 2024
1 parent dce0824 commit f8e1f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
pytest --cov --cov-report xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.xml
Expand Down

0 comments on commit f8e1f4b

Please sign in to comment.