Skip to content

Commit

Permalink
CI: Update codecov action to version 3
Browse files Browse the repository at this point in the history
* Replace codecov/codecov-action@v4 with codecov/codecov-action@v3 in the tests workflow file.
  • Loading branch information
[email protected] committed Apr 8, 2024
1 parent ebe8d14 commit f381334
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ jobs:
run: composer test-c

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
files: ./clover.xml
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 f381334

Please sign in to comment.