Skip to content

Commit

Permalink
Merge pull request #57 from ujamii/dependabot/github_actions/codecov/…
Browse files Browse the repository at this point in the history
…codecov-action-5.1.2

Bump codecov/codecov-action from 5.0.7 to 5.1.2
  • Loading branch information
mgrundkoetter authored Dec 19, 2024
2 parents ac6b959 + e7ce1eb commit 1d6376a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Run test suite
run: composer run phpunit

- uses: codecov/codecov-action@v5.0.7
- uses: codecov/codecov-action@v5.1.2
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./build/coverage/clover.xml
Expand Down

0 comments on commit 1d6376a

Please sign in to comment.