Skip to content

Commit

Permalink
Merge pull request #205 from arbrandes/update-codecov
Browse files Browse the repository at this point in the history
build: Update codecov and use token
  • Loading branch information
Feanil Patel authored Jun 20, 2024
2 parents 5f06e4e + 4bc0d9f commit 1e7d8ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ jobs:

- name: Run Coverage
if: matrix.python-version == '3.8' && matrix.toxenv=='django42'
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: htmlcov/index.html
flags: unittests
fail_ci_if_error: true

0 comments on commit 1e7d8ca

Please sign in to comment.