Skip to content

Commit

Permalink
GitHub Actions: Upgrade to codecov v4
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Mar 4, 2024
1 parent e9d4308 commit 543cf94
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,12 @@ jobs:
- name: Run tests and generate coverage report
run: coverage run
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
uses: codecov/codecov-action@v4
with:
directory: ./coverage/reports/
env_vars: OS,PYTHON,DJANGO
name: codecov-umbrella
fail_ci_if_error: true
flags: unittests
name: codecov-umbrella
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true

0 comments on commit 543cf94

Please sign in to comment.