Skip to content

Commit

Permalink
Added a new step to upload code coverage report to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusnus committed Aug 22, 2024
1 parent 39a2e3f commit 5ff6f74
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,9 @@ jobs:
run: tox
env:
DJANGO: ${{ matrix.django-version }}
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true # optional (default = false)
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true # optional (default = false)

0 comments on commit 5ff6f74

Please sign in to comment.