Skip to content

Commit

Permalink
Tweak codecov step in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
philgyford committed Jan 16, 2025
1 parent e3c529b commit 5c88eeb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,10 @@ jobs:
DJANGO: ${{ matrix.django-version }}

- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
flags: ${{ matrix.python-version }}
name: Python ${{ matrix.python-version }}
token: ${{ secrets.CODECOV_TOKEN }}

ruff:
Expand Down

0 comments on commit 5c88eeb

Please sign in to comment.