Skip to content

Commit

Permalink
Merge pull request #831 from EC-CUBE/dependabot/github_actions/codeco…
Browse files Browse the repository at this point in the history
…v/codecov-action-4

Bump codecov/codecov-action from 3 to 4
  • Loading branch information
ji-eunsoo authored Feb 29, 2024
2 parents 5f4d22f + a7699d4 commit 1101e98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@ jobs:
mv data/config/config.php.bak data/config/config.php
- name: Upload coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./coverage1.xml,./coverage2.xml,./coverage3.xml
# token: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.CODECOV_TOKEN }}
flags: tests
# yml: ./codecov.yml
fail_ci_if_error: true

0 comments on commit 1101e98

Please sign in to comment.