Skip to content

Commit

Permalink
build: update codecov action to latest version with repo-specific tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajgrimaldi committed Apr 18, 2024
1 parent 804fe18 commit 259d6ce
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,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:
flags: unittests
fail_ci_if_error: false
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 259d6ce

Please sign in to comment.