Skip to content

Commit

Permalink
Merge pull request #6311 from EC-CUBE/dependabot/github_actions/codec…
Browse files Browse the repository at this point in the history
…ov/codecov-action-5

build(deps): bump codecov/codecov-action from 4 to 5
  • Loading branch information
ji-eunsoo authored Nov 18, 2024
2 parents 85d0c5b + ecdd325 commit 72485d3
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 @@ -231,14 +231,14 @@ jobs:
mv reports/codeception-front-reports/acceptance\ \(chrome,\ github_action\).remote.coverage.xml reports/acceptance.front.coverage.xml
mv reports/codeception-installer-reports/acceptance\ \(chrome,\ github_action\).remote.coverage.xml reports/acceptance.installer.coverage.xml
- name: Upload unit test coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
files: ./reports/phpunit-reports/coverage1.xml
token: ${{ secrets.CODECOV_TOKEN }}
flags: Unit
fail_ci_if_error: true
- name: Upload E2E coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
files: ./reports/acceptance.admin01.coverage.xml,./reports/acceptance.admin02.coverage.xml,./reports/acceptance.admin03.coverage.xml,./reports/acceptance.front.coverage.xml,./reports/acceptance.installer.coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 72485d3

Please sign in to comment.