Skip to content

Commit

Permalink
Update codecov version and token
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Kolb committed Aug 23, 2024
1 parent 7972a2a commit 480bb99
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,10 @@ jobs:
run: make php-8.3-tests-ci

- name: Upload to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODE_COV_TOKEN }}
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.xml
verbose: true

Expand Down

0 comments on commit 480bb99

Please sign in to comment.