Skip to content

Commit

Permalink
chore(ci): update codecov-action version in tests.yml
Browse files Browse the repository at this point in the history
- Update codecov-action version from v4.3.0 to v4
- Set fail_ci_if_error to true
  • Loading branch information
guanguans committed Apr 23, 2024
1 parent ddb1691 commit 23bc586
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
run: composer test-coverage

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4.3.0
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
fail_ci_if_error: false # optional (default = false)
fail_ci_if_error: true # optional (default = false)
verbose: true # optional (default = false)

0 comments on commit 23bc586

Please sign in to comment.