Skip to content

Commit

Permalink
build: Update codecov and start using repo tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
macdiesel authored and feanil committed Apr 23, 2024
1 parent 6d5edf2 commit 6d7108b
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 @@ -40,10 +40,11 @@ jobs:
run: tox
- name: Run code coverage
if: matrix.python-version == '3.8' && matrix.toxenv == 'django42-celery53'
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
flags: unittests
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
- name: Run jshint
if: matrix.toxenv=='django42-celery53' # Only run this once as part of tests
run: |
Expand Down

0 comments on commit 6d7108b

Please sign in to comment.