Skip to content

Commit

Permalink
Merge pull request #14 from allanmcarvalho/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…codecov/codecov-action-4.4.1

Bump codecov/codecov-action from 4.4.0 to 4.4.1
  • Loading branch information
github-actions[bot] authored May 27, 2024
2 parents 85b74b7 + 7e5ebe5 commit b4eefb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Execute coverage
run: php -dxdebug.mode=coverage ./vendor/bin/pest --coverage-clove ./.build/cache/coverage.xml
- name: "Publish coverage report to Codecov"
uses: "codecov/codecov-action@v4.4.0"
uses: "codecov/codecov-action@v4.4.1"
with:
files: ./.build/cache/coverage.xml
env:
Expand Down

0 comments on commit b4eefb4

Please sign in to comment.