Skip to content

Commit

Permalink
feat: codecov-action@v4 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
didoda authored Apr 16, 2024
1 parent 240421e commit d3caba6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/php-cs-stan-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,9 @@ jobs:
filename: 'clover.xml'

- name: 'Export coverage results'
uses: 'codecov/codecov-action@v3'
uses: 'codecov/codecov-action@v4'
with:
token: ${{ secrets.CODECOV_TOKEN }} # required
files: './clover.xml'
env_vars: PHP_VERSION

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/php-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,9 @@ jobs:
filename: 'clover.xml'

- name: 'Export coverage results'
uses: 'codecov/codecov-action@v3'
uses: 'codecov/codecov-action@v4'
with:
token: ${{ secrets.CODECOV_TOKEN }} # required
files: './clover.xml'
env_vars: PHP_VERSION

Expand Down

0 comments on commit d3caba6

Please sign in to comment.