Skip to content

Commit

Permalink
Merge pull request #98 from mimmi20/dependabot/github_actions/master/…
Browse files Browse the repository at this point in the history
…codecov/codecov-action-4.6.0

github-actions (master): bump codecov/codecov-action from 4.5.0 to 4.6.0
  • Loading branch information
mimmi20 authored Oct 19, 2024
2 parents 196dcb9 + 17495d5 commit bb0ef6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
run: "vendor/bin/phpunit -c phpunit.xml --coverage-clover=.build/coverage/clover.xml --coverage-text --coverage-xml=.build/coverage/coverage-xml --log-junit=.build/coverage/phpunit.junit.xml --display-warnings --display-deprecations"

- name: "Upload coverage to Codecov"
uses: "codecov/codecov-action@v4.5.0"
uses: "codecov/codecov-action@v4.6.0"
if: inputs.upload-codecov == true
with:
file: ".build/coverage/clover.xml"
Expand Down Expand Up @@ -267,7 +267,7 @@ jobs:
run: "npm run coverage"

- name: "Upload coverage report to Codecov"
uses: "codecov/codecov-action@v4.5.0"
uses: "codecov/codecov-action@v4.6.0"
if: inputs.upload-codecov == true
with:
fail_ci_if_error: true
Expand Down Expand Up @@ -337,7 +337,7 @@ jobs:
run: "npm run coverage"

- name: "Upload coverage report to Codecov"
uses: "codecov/codecov-action@v4.5.0"
uses: "codecov/codecov-action@v4.6.0"
if: inputs.upload-codecov == true
with:
fail_ci_if_error: true
Expand Down

0 comments on commit bb0ef6f

Please sign in to comment.